aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2019-03-19 20:16:05 -0700
committerYi Kong <yikong@google.com>2019-03-20 00:58:46 -0700
commit2a51b3fe00574be6d5b516e789205fda9b25f122 (patch)
tree1d2c0ebb31aa408e86cc2e37a24063a0ea97db62 /cc
parentdd346af218938776465879adf6d46048670755c2 (diff)
downloadbuild_soong-2a51b3fe00574be6d5b516e789205fda9b25f122.tar.gz
build_soong-2a51b3fe00574be6d5b516e789205fda9b25f122.tar.bz2
build_soong-2a51b3fe00574be6d5b516e789205fda9b25f122.zip
Turn on string-plus-int warning
All instances for the warning are fixed/suppressed, turn the warning back on. Test: m checkbuild Bug: 128878287 Change-Id: Ifd5f9a64cb7ff1ce47f498ed38436056b493ee92
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