mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-12 22:56:09 +00:00
Fix and enable -Wfour-char-constants
Bug: dawn:394 Change-Id: Ic11924bf81820f6d3a67bf5d70cce7104e70954f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/20581 Reviewed-by: Austin Eng <enga@chromium.org> Reviewed-by: Stephen White <senorblanco@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
b2d1d7b2ce
commit
c85ef7927f
@@ -114,7 +114,6 @@ config("dawn_internal") {
|
||||
|
||||
# Flags for -pedantic warnings that haven't been fixed yet.
|
||||
cflags += [
|
||||
"-Wno-four-char-constants",
|
||||
"-Wno-gnu-anonymous-struct",
|
||||
"-Wno-gnu-zero-variadic-macro-arguments",
|
||||
"-Wno-language-extension-token",
|
||||
|
||||
Reference in New Issue
Block a user