Merge "Revert "Enable -Wsingle-bit-bitfield-constant-conversion"" into main

This commit is contained in:
Priyanka Advani (xWF)
2024-08-28 21:52:30 +00:00
committed by Gerrit Code Review

View File

@@ -287,7 +287,8 @@ var (
"-Wno-error=deprecated-builtins", // http://b/241601211
"-Wno-error=deprecated", // in external/googletest/googletest
// New warnings to be fixed after clang-r475365
"-Wno-error=enum-constexpr-conversion", // http://b/243964282
"-Wno-error=single-bit-bitfield-constant-conversion", // http://b/243965903
"-Wno-error=enum-constexpr-conversion", // http://b/243964282
// New warnings to be fixed after clang-r522817
"-Wno-error=invalid-offsetof",
"-Wno-error=thread-safety-reference-return",