Fix -Wunreachable-code-aggressive.

Bug: chromium:1066980
Change-Id: I9e00d3707972307e1c5395156c39aa153d5e170e
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/56522
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Peter Kasting <pkasting@google.com>
Commit-Queue: Peter Kasting <pkasting@google.com>
Auto-Submit: Peter Kasting <pkasting@google.com>
This commit is contained in:
Peter Kasting
2021-06-30 11:17:16 +00:00
committed by Dawn LUCI CQ
parent 0ecfece609
commit 1ce20bf5cf
6 changed files with 26 additions and 32 deletions

View File

@@ -119,6 +119,7 @@ config("dawn_internal") {
"-Wshadow-field",
"-Wstrict-prototypes",
"-Wtautological-unsigned-zero-compare",
"-Wunreachable-code-aggressive",
]
if (is_win) {