Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 87fe3445ab281ae3ecd9b7d765bc62082cb9d0df..4d7cec5eed24671d137d4451d0000d90f46952e1 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -144,6 +144,11 @@ |
'cflags': [ |
'-Wall', |
'-W', |
+ # Code should someday be made clean for -Wmissing-field-initializers |
brucedawson
2015/04/16 20:54:24
I am not convinced that code should ever be made c
|
+ # and -Wsign-compare, but for now this produces too much noise to be |
+ # useful. |
+ '-Wno-missing-field-initializers', |
+ '-Wno-sign-compare', |
'-Wno-unused-parameter', |
'-pthread', |
'-fno-exceptions', |