Fix all remaining compiler warnings
[ctsim.git] / tools / linogram.cpp
index 81e610492ad3594a7cfc523708a26c05350f759a..fe9a0f674b83d7830e2048aa3242ba20bd9184df 100644 (file)
@@ -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);