Merge "Turn on string-plus-int warning"

am: 5a3f31b284

Change-Id: I6e0e6a5a5d57a257edd3a62e89bf173b935abb4b
This commit is contained in:
Yi Kong
2019-03-20 14:47:14 -07:00
committed by android-build-merger

View File

@@ -179,10 +179,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