From 181b7c40b18eda3c84c6a8bf0397b06fc1792d12 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 12 Oct 2015 15:36:53 -0700 Subject: XFA: Update standalone.gypi and .gitignore to match master R=thestig@chromium.org Review URL: https://codereview.chromium.org/1394483005 . --- build/standalone.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/standalone.gypi') diff --git a/build/standalone.gypi b/build/standalone.gypi index a8818db720..c0eaef419d 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', -- cgit v1.2.3