Remove broken.jpc test from known failures, by avoiding too long processing time
[openjpeg.git] / tests / unit / testempty0.c
index 8edd2a6cac576f32a742966b465626a80b04e8a2..09850604f62130ca3cc1d3dd9d8b6916b6a5a3ee 100644 (file)
@@ -1,3 +1,7 @@
 #include "openjpeg.h"
 
-int main(int argc, char **argv) { return 0; }
+int main(int argc, char **argv) {
+  (void)argc;
+  (void)argv;
+  return 0; 
+}