aboutsummaryrefslogtreecommitdiffstats
path: root/cc
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2019-03-20 21:33:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-03-20 21:33:46 +0000
commit5a3f31b28451717dd7e9d948bcaa5644de759b17 (patch)
treeb75f35194102e2424a08f95ed6906bb940c196db /cc
parent3c21c0b1d9bab0d51100ca03aa157a1d8545c2ea (diff)
parent2a51b3fe00574be6d5b516e789205fda9b25f122 (diff)
downloadbuild_soong-5a3f31b28451717dd7e9d948bcaa5644de759b17.tar.gz
build_soong-5a3f31b28451717dd7e9d948bcaa5644de759b17.tar.bz2
build_soong-5a3f31b28451717dd7e9d948bcaa5644de759b17.zip
Merge "Turn on string-plus-int warning"
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