瀏覽代碼

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

Nathalie Furmento 13 年之前
父節點
當前提交
a70f4fb1cb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;
 }