diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-04 11:58:02 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-04 11:58:02 -0800 |
commit | 1a87cc3e5dd50a248fbb0229b2c4777b709b4338 (patch) | |
tree | 2d4a8ec773d672ba8a68c074b5b9cf1758d39393 /xfa.gyp | |
parent | 979a36af81e6306c1e8b1717a6946dabc757d07d (diff) | |
download | pdfium-1a87cc3e5dd50a248fbb0229b2c4777b709b4338.tar.xz |
Suppress same windows warnings in xfa.gyp
See https://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/178070/steps/compile%20%28with%20patch%29/logs/stdio
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1770453002 .
Diffstat (limited to 'xfa.gyp')
-rw-r--r-- | xfa.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ "defines": [ "PDF_ENABLE_XFA", ], + 'msvs_disabled_warnings': [ + 4005, 4018, 4146, 4333, 4345, 4267, + # TODO(thestig): Fix all instances, remove this, pdfium:29 + 4245, 4310, 4389, 4701, 4702, 4706, 4800, + ], }, "targets":[ { |