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: Iordan Neshev
Subject: [lwip-devel] [bug #28551] Compiler warning introduced with closed bug #28506
Date: Mon, 11 Jan 2010 08:59:27 +0000
User-agent: Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00

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

                 Summary: Compiler warning introduced with closed bug #28506
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: iordan_neshev
            Submitted on: Mon 11 Jan 2010 08:59:26 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Compiler Warning
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: 
            lwIP version: CVS Head

    _______________________________________________________

Details:

I get a compiler warning for the if() on line 95:
"Suggest parentheses around && with ||"

Currently the condition is: 
(A && B || C)
The compiler suggests it to be either 
((A && B) || C)   or   
(A && (B || C))




    _______________________________________________________

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]