瀏覽代碼

fix warning

Samuel Thibault 11 年之前
父節點
當前提交
8a01c7d39c
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/datawizard/specific_node.c

+ 2 - 2
tests/datawizard/specific_node.c

@@ -75,9 +75,9 @@ struct starpu_opencl_program opencl_program;
 int main(STARPU_ATTRIBUTE_UNUSED int argc, STARPU_ATTRIBUTE_UNUSED char **argv)
 {
 #ifdef STARPU_QUICK_CHECK
-	int ntasks = 10;
+	unsigned ntasks = 10;
 #else
-	int ntasks = 1000;
+	unsigned ntasks = 1000;
 #endif
 
 	int ret;