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

Commit 65087c35 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by Gerrit Code Review
Browse files

Revert^2 "Enable -Wsingle-bit-bitfield-constant-conversion"

This reverts commit e64573b0.

Reason for revert: re-submit after fixing build breaks.

Change-Id: Ia43b8ffa23355f14e656ce086b23e1ca0d3821ca
parent e64573b0
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",