summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
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",
]
}