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

Commit af32e1ba authored by Krzysztof Kosiński's avatar Krzysztof Kosiński
Browse files

Enable -Wno-xor-as-pow for external code.

Bug: 145211022
Test: presubmit
Change-Id: I025842df61cfd3657b21159fe4c05da857043a4c
parent ccfe6022
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -278,8 +278,6 @@ var (
		// http://b/145211477
		"-Wno-pointer-compare",
		// http://b/145211022
		"-Wno-xor-used-as-pow",
		// http://b/145211022
		"-Wno-final-dtor-non-final-class",

		// http://b/165945989