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

Commit e5cb9c65 authored by Aditya Kumar's avatar Aditya Kumar Committed by Gerrit Code Review
Browse files

Merge "Disable -Wno-deprecated-dynamic-exception-spec until the warning is...

Merge "Disable -Wno-deprecated-dynamic-exception-spec until the warning is fixed in libc++abi header files" into main
parents c2ea958b 2c6b4acb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -286,6 +286,8 @@ var (
		// New warnings to be fixed after clang-r468909
		"-Wno-error=deprecated-builtins", // http://b/241601211
		"-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