lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #28551] Compiler warning introduced with closed bug #2


From: Bill Auerbach
Subject: [lwip-devel] [bug #28551] Compiler warning introduced with closed bug #28506
Date: Mon, 11 Jan 2010 14:12:01 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

Follow-up Comment #2, bug #28551 (project lwip):

I'm surprised you're offered (A && (B || C)) as a choice, since it's not a
comparable replacement.  (A && B || C) is the same as ((A && B) || C).

Simon, the result of the 'if' has changed with this patch. The B || C is now
parenthesized.  Is that what you want?

I've never liked this warning.  Why not a warning on x = a + b * c;?  What's
the difference?

When warning levels are cranked all the way up for a given compiler, are you
going to make changes to suppress all of the additional warnings?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28551>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]