summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--registry/tools/checksingleton.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/registry/tools/checksingleton.cxx b/registry/tools/checksingleton.cxx
index e4fc39449e37..c2717221c49d 100644
--- a/registry/tools/checksingleton.cxx
+++ b/registry/tools/checksingleton.cxx
@@ -161,11 +161,11 @@ bool Options_Impl::initOptions_Impl(std::vector< std::string > & rArgs)
return badOption("invalid", option.c_str());
}
return printUsage();
- break;
+ // break; // unreachable
}
default:
return badOption("unknown", option.c_str());
- break;
+ // break; // unreachable
}
}
return true;