mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 11:23:38 +00:00
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:
parent
4c27c15b84
commit
0d9416d3bf
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue