summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e3ba58cf02..27e4b2615a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -85,11 +85,11 @@ config("pdfium_core_config") {
}
if (is_win) {
cflags += [
- "/wd4267",
"/wd4324",
"/wd4577",
]
}
+ configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
}
config("xfa_warnings") {