diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ config("pdfium_config") { } if (is_posix && !is_clang) { # When GCC. - cflags += [ "-Wno-error=strict-overflow" ] + cflags += [ "-Wno-strict-overflow" ] } } |