Merge "Turn on string-plus-int warning"
This commit is contained in:
@@ -178,10 +178,6 @@ func init() {
|
|||||||
|
|
||||||
// Disable this warning because we don't care about behavior with older compilers.
|
// Disable this warning because we don't care about behavior with older compilers.
|
||||||
"-Wno-return-std-move-in-c++11",
|
"-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
|
// Extra cflags for projects under external/ directory
|
||||||
|
Reference in New Issue
Block a user