Index: build/standalone.gypi |
diff --git a/build/standalone.gypi b/build/standalone.gypi |
index 87fe3445ab281ae3ecd9b7d765bc62082cb9d0df..186db6e496bc462582a605cb6991d47ca77b39ae 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', |