diff options
author | Nico Weber <thakis@chromium.org> | 2014-07-16 17:31:56 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2014-07-16 17:31:56 -0700 |
commit | 8f75c67f4e724ba44eb3d90e4033f8cc90522273 (patch) | |
tree | 11eb2eaab082ac46a6f5908ba4fb0552a5632378 /pdfium.gyp | |
parent | e76e823401817703d67a5a71817f407400fceb0e (diff) | |
download | pdfium-8f75c67f4e724ba44eb3d90e4033f8cc90522273.tar.xz |
Disable warning 4267 in pdfium until it is fixed.chromium/2097
BUG=376399
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/398163006
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 466e9c337d..55a7db80a5 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -40,7 +40,7 @@ }], ], 'msvs_disabled_warnings': [ - 4005, 4018, 4146, 4333, 4345 + 4005, 4018, 4146, 4333, 4345, 4267 ], }, 'targets': [ |