diff options
-rw-r--r-- | BUILD.gn | 2 | ||||
-rw-r--r-- | xfa.gyp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ config("pdfium_config") { } if (is_posix && !is_clang) { # When GCC. - cflags += [ "-Wno-error=strict-overflow" ] + cflags += [ "-Wno-strict-overflow" ] } } @@ -699,7 +699,7 @@ ["clang==1" , { }], ["os_posix==1 and clang==0", { # When GCC - 'cflags': [ '-Wno-error=strict-overflow' ], + 'cflags': [ '-Wno-strict-overflow' ], }], ["pdf_enable_v8==1", { 'dependencies': [ |