On Wed, Jul 2, 2014, at 02:07 PM, Johan Engelen wrote:
The assignment thing is clang-only it seems. But I thought -Wparentheses also complains about operator precedence, but perhaps only with combinations of || and &&...
 
 
For my local builds I usually configure so that they end up with
 
-Wall -Wextra
 
For gcc that gets a nice useful set of warnings.
 
As far as clang only goes, I have seen such warnings elsewhere. Might be from tools or from other compilers. Regardless it probably is good to find and fix.
 
--
Jon A. Cruz
jon@...18...