[PATCH]: misc header file cleanup.

J.T. Conklin jtc@redback.com
Thu Mar 1 14:57:00 GMT 2001


>>>>> "Michael" == Michael Elizabeth Chastain <chastain@cygnus.com> writes:
>> And other things I choose to simple suppress (fortunately, the lint
>> I'm using has very finegrained control over error message
>> generation).

Michael> I'm interested in operator precedence errors.  I have noticed
Michael> "a % b * c" (where the author meant "a % (b * c)") and also
Michael> the classic "a & b == c".

The program I'm using can detect the latter (Warning 514: Unusual use
of a Boolean), but not the former.  Rest assured, I'll be sharing all
interesting results.

        --jtc

-- 
J.T. Conklin
RedBack Networks



More information about the Gdb-patches mailing list