Fix some instances of -Wunreachable-code-aggressive.

Bug: chromium:1066980
Change-Id: Ie95754402ce30bbd4bfcfc0c0150f07d2e3008f6
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3055796
Reviewed-by: Nelson Billing <nbilling@google.com>
This commit is contained in:
Peter Kasting 2021-07-26 20:56:20 -07:00 committed by Nelson Billing
parent 4c27c15b84
commit 0d9416d3bf

View file

@ -154,11 +154,9 @@ SetupOptions(int argc, const char* argv[], Options* options) {
case 'h':
Usage(argc, argv);
exit(0);
break;
case '?':
Usage(argc, argv);
exit(1);
break;
case 'f':
options->use_filename = true;