Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8d5a78d authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

Enable -Wsingle-bit-bitfield-constant-conversion

... after selectively disabling it in external.

Bug: 243965903
Test: presubmit
Change-Id: I4c0e436e2e5314f3b4a236c195651af1cb2a312d
parent fe5f57b2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -287,7 +287,6 @@ 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
		// New warnings to be fixed after clang-r522817
		"-Wno-error=invalid-offsetof",