Fix all remaining compiler warnings
[ctsim.git] / tools / if1.cpp
index e82325524828351bdf1fc65fcd901295bd9bf580..cd97513edc1953fd1328acaf3cf2a38a4684aa5a 100644 (file)
@@ -73,7 +73,8 @@ if1_main (int argc, char *const argv[])
   int opt_exp = 0;
   int opt_sqr = 0;
   int opt_sqrt = 0;
   int opt_exp = 0;
   int opt_sqr = 0;
   int opt_sqrt = 0;
-
+  UNUSED(opt_verbose);
+  
   while (1)
     {
       int c = getopt_long (argc, argv, "", my_options, NULL);
   while (1)
     {
       int c = getopt_long (argc, argv, "", my_options, NULL);