Disable a bad clang warning: -Wbitwise-op-parentheses
It reduces clarity by making code less readable. There's a reason we write a sum of products a*b+c*d not (a*b)+(c*d); bitwise products being similar.
parent
bad25edf
Please register or sign in to comment