소스 검색

tests/datawizard/readonly.c: only define function when needed

Nathalie Furmento 13 년 전
부모
커밋
fbf622d9b1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      tests/datawizard/readonly.c

+ 2 - 0
tests/datawizard/readonly.c

@@ -21,10 +21,12 @@
 #endif
 #include "../helper.h"
 
+#ifdef STARPU_USE_OPENCL
 static void codelet(void *descr[], __attribute__ ((unused)) void *_args)
 {
      FPRINTF(stderr, "codelet\n");
 }
+#endif
 
 static struct starpu_codelet cl =
 {