diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ config("pdfium_core_config") { if (is_win) { cflags += [ "/wd4267", + "/wd4324", "/wd4577", ] } |