Commit f8ca3272 authored by Adam Borowski's avatar Adam Borowski
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment