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

Bug: 145211022
Test: presubmit
Change-Id: I025842df61cfd3657b21159fe4c05da857043a4c
This commit is contained in:
Krzysztof Kosiński
2022-12-14 22:38:51 +00:00
parent ccfe6022d4
commit af32e1ba3f

View File

@@ -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