Fix all remaining compiler warnings
[ctsim.git] / tools / ifexport.cpp
index f40a34dea99ad90d0e11eeb2350e4b615b0c971c..19d85206b0f9cb464d13f4a89b2a0bf1587ca1a0 100644 (file)
@@ -125,7 +125,9 @@ ifexport_main (int argc, char *const argv[])
   int opt_center = O_CENTER_MEDIAN;
   int opt_format = O_FORMAT_PGM;
   int opt_labels = 0;
-
+  UNUSED(opt_verbose);
+  UNUSED(opt_debug);
+  
   while (1)
     {
       int c = getopt_long (argc, argv, "", my_options, NULL);