X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Fif1.cpp;h=cd97513edc1953fd1328acaf3cf2a38a4684aa5a;hb=HEAD;hp=413fb0f344276242a29a17a1b70f09664182ee38;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/tools/if1.cpp b/tools/if1.cpp index 413fb0f..cd97513 100644 --- a/tools/if1.cpp +++ b/tools/if1.cpp @@ -7,9 +7,7 @@ ** Date Started: Aug 1984 ** ** 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 @@ -75,7 +73,8 @@ if1_main (int argc, char *const argv[]) 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);