On Fri, Jan 11, 2008 at 03:24:46PM -0800, Ian Lance Taylor wrote: > Joe Buck <[EMAIL PROTECTED]> writes: > > > A warning that flagged code like > > > > if (c1 || c2 && c3) > > ... > > > > would swamp users in warnings, since this kind of code is extremely > > common, and this isn't the kind of thing that anyone who's not a total C > > beginner has trouble with. > > That is what -Wparentheses does today. > > I think it's a good thing, because I've seen it catch coding errors in > real code.
It appears that I was mistaken. Sorry for the noise.