diff options
author | Nico Weber <thakis@chromium.org> | 2015-10-30 13:07:00 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-10-30 13:07:00 -0700 |
commit | a6e2a4eca1be4daf14fae4e2427a6ca76269db43 (patch) | |
tree | eec7f3379736aac9afc9b0a387e04041b651b02e /pdfium.gyp | |
parent | 0bafcbed84d2f1d7e17cd1adfd15a2a019756ee4 (diff) | |
download | pdfium-a6e2a4eca1be4daf14fae4e2427a6ca76269db43.tar.xz |
More chromium_code whack-a-mole.
BUG=pdfium:29
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1419943006 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 5637dbbf9b..a7187de928 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -43,7 +43,7 @@ 'msvs_disabled_warnings': [ 4005, 4018, 4146, 4333, 4345, 4267, # TODO(thestig): Fix all instances, remove this, pdfium:29 - 4245, 4389, 4701, 4706, 4800, + 4245, 4310, 4389, 4701, 4702, 4706, 4800, ], 'variables': { 'clang_warning_flags': [ |