Fix all remaining compiler warnings
[ctsim.git] / tools / ifinfo.cpp
index 7dd85f8a7d02d82a21b2cbdafc7a64e5c120b0b8..e2e522e79972a45268f3d2621e8b9671fd1d0d57 100644 (file)
@@ -74,7 +74,9 @@ ifinfo_main (int argc, char *const argv[])
   int opt_stats = 1;
   int opt_labels = 1;
   int opt_debug = 0;
-
+  UNUSED(opt_verbose);
+  UNUSED(opt_debug);
+  
   while (1)
     {
       int c = getopt_long (argc, argv, "", my_options, NULL);