mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:00:12 +01:00
Removed unneeded -Wno-missing-field-initializers flag (#1174)
This commit is contained in:
@@ -128,9 +128,6 @@ def _impl(ctx):
|
||||
"-Wctad-maybe-unsupported",
|
||||
# Unfortunately, LLVM isn't clean for this warning.
|
||||
"-Wno-unused-parameter",
|
||||
# We use partial sets of designated initializers in
|
||||
# test code.
|
||||
"-Wno-missing-field-initializers",
|
||||
# Compile actions shouldn't link anything.
|
||||
"-c",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user