Fix and enable -Wvla-extension

Bug: dawn:394
Change-Id: If5ced5f910da7fd598521113aba89e6a9051f4a9
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20582
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
This commit is contained in:
Corentin Wallez
2020-04-29 16:00:41 +00:00
committed by Commit Bot service account
parent 85cc603394
commit b2d1d7b2ce
3 changed files with 14 additions and 13 deletions

View File

@@ -120,7 +120,6 @@ config("dawn_internal") {
"-Wno-language-extension-token",
"-Wno-microsoft-enum-value",
"-Wno-nested-anon-types",
"-Wno-vla-extension",
]
}
}