X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fifinfo.cpp;h=e2e522e79972a45268f3d2621e8b9671fd1d0d57;hb=747a2ec9e0f3c49723b36da0cc77270fbecc9dfe;hp=fe29ac0c6c11867483d64fb727b7057be07d0983;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/tools/ifinfo.cpp b/tools/ifinfo.cpp index fe29ac0..e2e522e 100644 --- a/tools/ifinfo.cpp +++ b/tools/ifinfo.cpp @@ -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);