Fix all remaining compiler warnings
[ctsim.git] / tools / pjrec.cpp
index 427c5a82fc9acd9f65319432467d85089ed4edec..f61b8bf0ab55fe2da631b014f96d7fd1191055f4 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
@@ -127,7 +125,7 @@ pjrec_main (int argc, char * const argv[])
   char* pszFilenameImage = NULL;
   std::string sRemark;
   bool bOptVerbose = false;
-  bool bOptDebug = 1;
+  bool bOptDebug = false;
   int iOptZeropad = 1;
   int optTrace = Trace::TRACE_NONE;
   double dOptFilterParam = -1;
@@ -139,6 +137,8 @@ pjrec_main (int argc, char * const argv[])
   int iOptPreinterpolationFactor = 1;
   int nx, ny;
   char *endptr;
+  UNUSED(bOptDebug);
+  
 #ifdef HAVE_MPI
   ImageFile* imLocal;
   int mpi_nview, mpi_ndet;