Fix all remaining compiler warnings
[ctsim.git] / tools / ifinfo.cpp
index fe29ac0c6c11867483d64fb727b7057be07d0983..e2e522e79972a45268f3d2621e8b9671fd1d0d57 100644 (file)
@@ -7,9 +7,7 @@
 **   Date Started:  April 2000
 **
 **  This is part of the CTSim program
-**  Copyright (C) 1983-2000 Kevin Rosenberg
-**
-**  $Id$
+**  Copyright (C) 1983-2009 Kevin Rosenberg
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -76,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);