diff options
| author | 2022-12-14 22:38:51 +0000 | |
|---|---|---|
| committer | 2022-12-14 22:38:51 +0000 | |
| commit | af32e1ba3ffca6b552ac1ff6d14e5c3a5148cb80 (patch) | |
| tree | b668445133c4c3d0fa903cb6887e1e2940aa245e | |
| parent | ccfe6022d445b1fecc161c073033ef3e999a3b41 (diff) | |
Enable -Wno-xor-as-pow for external code.
Bug: 145211022
Test: presubmit
Change-Id: I025842df61cfd3657b21159fe4c05da857043a4c
| -rw-r--r-- | cc/config/global.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/config/global.go b/cc/config/global.go index 1a358d18b..a4e297571 100644 --- a/cc/config/global.go +++ b/cc/config/global.go @@ -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 |