Fix all remaining compiler warnings
[ctsim.git] / tools / if1.cpp
index 413fb0f344276242a29a17a1b70f09664182ee38..cd97513edc1953fd1328acaf3cf2a38a4684aa5a 100644 (file)
@@ -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);