Fix all remaining compiler warnings
[ctsim.git] / tools / pjHinterp.cpp
index bd167445f380f3ffb6b7df4177f506718ab15c07..1e6ef3161f2eb1abb640dac2df47b0c0ce7153f0 100644 (file)
@@ -65,12 +65,13 @@ pjHinterp_main(int argc, char * const argv[])
   char* pszProjFilename = NULL;
   char* pszInterpFilename = NULL;
   bool bOptVerbose = false;
-  bool bOptDebug = 1;
+  bool bOptDebug = false;
   int optTrace = Trace::TRACE_NONE;
   char *endptr = NULL;
   char *endstr;
   int opt_interpview=-1;
-
+  UNUSED(bOptDebug);
+  
   while (1) {
     int c = getopt_long(argc, argv, "", my_options, NULL);