aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc')
-rw-r--r--cc/config/clang.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/config/clang.go b/cc/config/clang.go
index 22969eb7..81439f3d 100644
--- a/cc/config/clang.go
+++ b/cc/config/clang.go
@@ -178,10 +178,6 @@ func init() {
// Disable this warning because we don't care about behavior with older compilers.
"-Wno-return-std-move-in-c++11",
-
- // Disable -Wstring-plus-int until the instances detected by this new warning is
- // fixed.
- "-Wno-string-plus-int",
}, " "))
// Extra cflags for projects under external/ directory