summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2015-10-30 12:03:50 -0700
committerNico Weber <thakis@chromium.org>2015-10-30 12:03:50 -0700
commit23e20f2d3ce5b416e1c7f7f1c2d68c90ddf2d4ad (patch)
tree621772e7d059281396246f282fc06adeab419929 /BUILD.gn
parentc91d5c276b6b986f645d34a0e583fbe4f73e74bc (diff)
downloadpdfium-23e20f2d3ce5b416e1c7f7f1c2d68c90ddf2d4ad.tar.xz
chromium_code tweaks for Windows and Linux/gyp.
BUG=pdfium:29 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1431563002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index fa6c90653f..3e1b89c366 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,6 +38,12 @@ config("pdfium_config") {
"/wd4146",
"/wd4333",
"/wd4345",
+ # TODO(thestig): Fix all instances, remove this, pdfium:29
+ "/wd4245",
+ "/wd4389",
+ "/wd4701",
+ "/wd4706",
+ "/wd4800",
]
}