summaryrefslogtreecommitdiffstats
path: root/breakpad/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'breakpad/BUILD.gn')
-rw-r--r--breakpad/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/breakpad/BUILD.gn b/breakpad/BUILD.gn
index 596aea6..2c0ae49 100644
--- a/breakpad/BUILD.gn
+++ b/breakpad/BUILD.gn
@@ -516,7 +516,7 @@ if (is_linux && current_toolchain == host_toolchain) {
if (is_clang) {
# See http://crbug.com/138571#c18
- cflags += [ "-Wno-unused-value" ]
+ cflags = [ "-Wno-unused-value" ]
}