Fix all remaining compiler warnings
[ctsim.git] / tools / linogram.cpp
index 45c45f1508d7a64906baf8de90e7ab12f0eb0071..fe9a0f674b83d7830e2048aa3242ba20bd9184df 100644 (file)
@@ -64,7 +64,9 @@ linogram_main (int argc, char *const argv[])
   int opt_xy = 0;
   int opt_verbose = 0;
   int opt_debug = 0;
-
+  UNUSED(opt_verbose);
+  UNUSED(opt_debug);
+  
   while (1)
     {
       int c = getopt_long (argc, argv, "", my_options, NULL);