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:
Lei Zhang
2021-09-02 22:11:00 -07:00
parent e87bb1b3b4
commit 4722484bf6
3 changed files with 0 additions and 6 deletions

View File

@@ -1163,7 +1163,6 @@ bool MinidumpContext::Read(uint32_t expected_size) {
BPLOG(INFO) << "MinidumpContext unknown context type " <<
HexString(cpu_type);
return false;
break;
}
}
SetContextFlags(context_flags);