Re-enable -Wreserved-id-macro.
Bug: 296606895 Test: presubmit Change-Id: Idba7b92f636796b9631db6f100a7d2e31ebb05fe
This commit is contained in:
@@ -75,11 +75,6 @@ var (
|
|||||||
// Help catch common 32/64-bit errors.
|
// Help catch common 32/64-bit errors.
|
||||||
"-Werror=int-conversion",
|
"-Werror=int-conversion",
|
||||||
|
|
||||||
// Disable overly aggressive warning for macros defined with a leading underscore
|
|
||||||
// This happens in AndroidConfig.h, which is included nearly everywhere.
|
|
||||||
// TODO: can we remove this now?
|
|
||||||
"-Wno-reserved-id-macro",
|
|
||||||
|
|
||||||
// Force clang to always output color diagnostics. Ninja will strip the ANSI
|
// Force clang to always output color diagnostics. Ninja will strip the ANSI
|
||||||
// color codes if it is not running in a terminal.
|
// color codes if it is not running in a terminal.
|
||||||
"-fcolor-diagnostics",
|
"-fcolor-diagnostics",
|
||||||
|
Reference in New Issue
Block a user