summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2014-07-16 17:31:56 -0700
committerNico Weber <thakis@chromium.org>2014-07-16 17:31:56 -0700
commit8f75c67f4e724ba44eb3d90e4033f8cc90522273 (patch)
tree11eb2eaab082ac46a6f5908ba4fb0552a5632378
parente76e823401817703d67a5a71817f407400fceb0e (diff)
downloadpdfium-chromium/2097.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
-rw-r--r--pdfium.gyp2
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': [