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:
Corentin Wallez 2020-04-29 15:56:41 +00:00 committed by Commit Bot service account
parent 349a82a382
commit 85cc603394
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ config("dawn_internal") {
# Flags for -pedantic warnings that haven't been fixed yet. # Flags for -pedantic warnings that haven't been fixed yet.
cflags += [ cflags += [
"-Wno-c++20-designator",
"-Wno-four-char-constants", "-Wno-four-char-constants",
"-Wno-gnu-anonymous-struct", "-Wno-gnu-anonymous-struct",
"-Wno-gnu-zero-variadic-macro-arguments", "-Wno-gnu-zero-variadic-macro-arguments",