summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e27ce22992..3fb5374975 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -42,7 +42,10 @@ config("pdfium_config") {
}
if (is_win) {
- cflags += [ "/wd4267" ]
+ cflags += [
+ "/wd4267",
+ "/wd4701",
+ ]
}
if (is_clang || is_posix) {