소스 검색

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;
 }