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 2d75349f7e..1550209ce1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -51,7 +51,7 @@ config("pdfium_config") {
}
if (is_posix && !is_clang) { # When GCC.
- cflags += [ "-Wno-error=strict-overflow" ]
+ cflags += [ "-Wno-strict-overflow" ]
}
}