Enable -Wc++20-designator
Bug: dawn:394 Change-Id: I03f0c779e4fb3f0a32d171e986de885c857fe782 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20580 Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
349a82a382
commit
85cc603394
|
@ -114,7 +114,6 @@ config("dawn_internal") {
|
|||
|
||||
# Flags for -pedantic warnings that haven't been fixed yet.
|
||||
cflags += [
|
||||
"-Wno-c++20-designator",
|
||||
"-Wno-four-char-constants",
|
||||
"-Wno-gnu-anonymous-struct",
|
||||
"-Wno-gnu-zero-variadic-macro-arguments",
|
||||
|
|
Loading…
Reference in New Issue