Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index a8818db720bb68590c1633663a99226521ce626c..c0eaef419df30e2ff6538aed44e0940d87aa128d 100644 |
--- a/build/standalone.gypi |
+++ b/build/standalone.gypi |
@@ -144,6 +144,10 @@ |
'cflags': [ |
'-Wall', |
'-W', |
+ '-Wno-missing-field-initializers', |
+ # Code might someday be made clean for -Wsign-compare, but for now |
+ # this produces too much noise to be useful. |
+ '-Wno-sign-compare', |
'-Wno-unused-parameter', |
'-pthread', |
'-fno-exceptions', |