瀏覽代碼

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 =
 {