Samuel Thibault пре 5 година
родитељ
комит
6ce8ab4cbb
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      tests/datawizard/partition_init.c

+ 2 - 0
tests/datawizard/partition_init.c

@@ -95,4 +95,6 @@ int main(int argc, char **argv)
 
 	starpu_data_unregister(array_handle);
 	starpu_shutdown();
+
+	return 0;
 }