X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tools%2Flinogram.cpp;h=fe9a0f674b83d7830e2048aa3242ba20bd9184df;hb=HEAD;hp=81e610492ad3594a7cfc523708a26c05350f759a;hpb=1a050c98763fbbc0662731b0b76953acede6f5d7;p=ctsim.git diff --git a/tools/linogram.cpp b/tools/linogram.cpp index 81e6104..fe9a0f6 100644 --- a/tools/linogram.cpp +++ b/tools/linogram.cpp @@ -7,9 +7,7 @@ ** Date Started: April 2003 ** ** 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 @@ -66,7 +64,9 @@ linogram_main (int argc, char *const argv[]) int opt_xy = 0; int opt_verbose = 0; int opt_debug = 0; - + UNUSED(opt_verbose); + UNUSED(opt_debug); + while (1) { int c = getopt_long (argc, argv, "", my_options, NULL);