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

Commit 56498834 authored by Zijun Zhao's avatar Zijun Zhao Committed by Gerrit Code Review
Browse files

Merge "Enable -Wenum-constexpr-conversion globally" into main

parents 9fed341f 85125326
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -290,8 +290,6 @@ var (
		"-Wno-error=deprecated",          // in external/googletest/googletest
		// Disabling until the warning is fixed in libc++abi header files b/366180429
		"-Wno-deprecated-dynamic-exception-spec",
		// New warnings to be fixed after clang-r475365
		"-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",