Update BUILD.gn

This commit is contained in:
Alexander David Frick 2022-10-14 23:31:21 -05:00 committed by GitHub
parent d3edd9474d
commit 3a2119e4cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1553,7 +1553,6 @@ config("default_warnings") {
"-Wno-missing-field-initializers", # "struct foo f = {0};" "-Wno-missing-field-initializers", # "struct foo f = {0};"
"-Wno-unused-parameter", # Unused function parameters. "-Wno-unused-parameter", # Unused function parameters.
] ]
}
if (!is_nacl || is_nacl_saigo) { if (!is_nacl || is_nacl_saigo) {
cflags += [ cflags += [