Procházet zdrojové kódy

examples/tag_example/tag_restartable.c: add missing return

Nathalie Furmento před 13 roky
rodič
revize
ee74bad03a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      examples/tag_example/tag_restartable.c

+ 1 - 0
examples/tag_example/tag_restartable.c

@@ -107,6 +107,7 @@ static int start_task_grid(unsigned iter)
 		if (ret == -ENODEV) return 77;
 		STARPU_CHECK_RETURN_VALUE(ret, "starpu_task_submit");
 	}
+	return 0;
 }
 
 void cpu_codelet(void *descr[], void *_args __attribute__((unused)))