mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 09:14:58 +01:00
Fix compiler errors found with -Wunreachable-code-aggressive.
Break statements immediately following returns are unreachable. Bug: chromium:1246232 Change-Id: I0892a66617f7b27b5e317a7d9741f5fcd19249f2 Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3140192 Reviewed-by: Robert Sesek <rsesek@chromium.org>
This commit is contained in:
parent
e87bb1b3b4
commit
4722484bf6
3 changed files with 0 additions and 6 deletions
|
|
@ -193,7 +193,6 @@ ExploitabilityRating ExploitabilityWin::CheckPlatformExploitability() {
|
|||
default:
|
||||
BPLOG(INFO) << "Unrecognized access violation type.";
|
||||
return EXPLOITABILITY_ERR_PROCESSING;
|
||||
break;
|
||||
}
|
||||
MinidumpMemoryRegion* instruction_region = 0;
|
||||
if (memory_available) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue