Parcourir la source

examples/filters/fvector.c: display message on ENODEV

Nathalie Furmento il y a 13 ans
Parent
commit
a70f4fb1cb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      examples/filters/fvector.c

+ 1 - 0
examples/filters/fvector.c

@@ -101,6 +101,7 @@ int main(int argc, char **argv)
 	return 0;
 
 enodev:
+	FPRINTF(stderr, "WARNING: No one can execute this task\n");
 	starpu_shutdown();
 	return 77;
 }