소스 검색

src/core/simgrid.c: mark parameter key as unused

Nathalie Furmento 12 년 전
부모
커밋
85b77718ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/simgrid.c

+ 1 - 1
src/core/simgrid.c

@@ -247,7 +247,7 @@ int _starpu_pthread_key_create(_starpu_pthread_key_t *key)
 	return 0;
 }
 
-int _starpu_pthread_key_delete(_starpu_pthread_key_t key)
+int _starpu_pthread_key_delete(_starpu_pthread_key_t key STARPU_ATTRIBUTE_UNUSED)
 {
 #ifdef STARPU_DEVEL
 #warning TODO: implement pthread_key_delete so simgridified starpu can be restarted at will