소스 검색

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;