Merge "Turn on string-plus-int warning" am: 5a3f31b284

am: abc025924a

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

View File

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