diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-12 15:36:53 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-12 15:36:53 -0700 |
commit | 181b7c40b18eda3c84c6a8bf0397b06fc1792d12 (patch) | |
tree | a0001fcb6b76a5b051c772bca1516b9f0540ac57 /build | |
parent | 5428555d7bca8116fa8c6d6914674f2c2adb17ac (diff) | |
download | pdfium-181b7c40b18eda3c84c6a8bf0397b06fc1792d12.tar.xz |
XFA: Update standalone.gypi and .gitignore to match master
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1394483005 .
Diffstat (limited to 'build')
-rw-r--r-- | build/standalone.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
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', |