mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-19 01:46:35 +00:00
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:
committed by
Dawn LUCI CQ
parent
0ecfece609
commit
1ce20bf5cf
@@ -119,6 +119,7 @@ config("dawn_internal") {
|
||||
"-Wshadow-field",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wtautological-unsigned-zero-compare",
|
||||
"-Wunreachable-code-aggressive",
|
||||
]
|
||||
|
||||
if (is_win) {
|
||||
|
||||
Reference in New Issue
Block a user