summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfa.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/xfa.gyp b/xfa.gyp
index 8306cd0f63..f53a934c80 100644
--- a/xfa.gyp
+++ b/xfa.gyp
@@ -6,6 +6,11 @@
"defines": [
"PDF_ENABLE_XFA",
],
+ 'msvs_disabled_warnings': [
+ 4005, 4018, 4146, 4333, 4345, 4267,
+ # TODO(thestig): Fix all instances, remove this, pdfium:29
+ 4245, 4310, 4389, 4701, 4702, 4706, 4800,
+ ],
},
"targets":[
{