Ver código fonte

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

Nathalie Furmento 13 anos atrás
pai
commit
a70f4fb1cb
1 arquivos alterados com 1 adições e 0 exclusões
  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;
 }