Merge "Turn on string-plus-int warning"
am: 5a3f31b284
Change-Id: I6e0e6a5a5d57a257edd3a62e89bf173b935abb4b
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user