fix to switch fall-through; stats now off by default regardless of -d debugging optio...
authorMorgan Deters <mdeters@gmail.com>
Wed, 30 Jun 2010 15:26:13 +0000 (15:26 +0000)
committerMorgan Deters <mdeters@gmail.com>
Wed, 30 Jun 2010 15:26:13 +0000 (15:26 +0000)
src/main/getopt.cpp

index eed542e8a3effa0c0d396c5942f4cbdbc5a5f193..88840a8e8e037eae6aab8107536077a744855ea5 100644 (file)
@@ -196,7 +196,7 @@ throw(OptionException) {
     case 'd':
       Debug.on(optarg);
       Trace.on(optarg);
-      /* fall-through */
+      break;
 
     case STATS:
       opts->statistics = true;