From 65087c3588f82a7282af74bd105c0f10c551d6b0 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Thu, 29 Aug 2024 16:44:10 +0000 Subject: [PATCH] Revert^2 "Enable -Wsingle-bit-bitfield-constant-conversion" This reverts commit e64573b0c0433438dcb7bf7060dfd793e470e05f. Reason for revert: re-submit after fixing build breaks. Change-Id: Ia43b8ffa23355f14e656ce086b23e1ca0d3821ca --- cc/config/global.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cc/config/global.go b/cc/config/global.go index 0e8fff6a0..c83835712 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -287,8 +287,7 @@ 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=single-bit-bitfield-constant-conversion", // http://b/243965903 - "-Wno-error=enum-constexpr-conversion", // http://b/243964282 + "-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",