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

Commit 252d7449 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Enable tautological-bitwise-compare warning"

parents 8a2d1b4d 15631dce
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -173,7 +173,6 @@ func init() {
		"-Wno-bitwise-conditional-parentheses", // http://b/148286937
		"-Wno-int-in-bool-context",             // http://b/148287349
		"-Wno-sizeof-array-div",                // http://b/148815709
		"-Wno-tautological-bitwise-compare",    // http://b/148831363
		"-Wno-tautological-overlap-compare",    // http://b/148815696
	}, " "))