lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #39076] ETHARP_STATS is not defined when LWIP_STATS is


From: Valery Ushakov
Subject: [lwip-devel] [bug #39076] ETHARP_STATS is not defined when LWIP_STATS is 0
Date: Sun, 26 May 2013 15:45:41 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

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

                 Summary: ETHARP_STATS is not defined when LWIP_STATS is 0
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: uwe
            Submitted on: Sun 26 May 2013 03:45:41 PM 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: git head

    _______________________________________________________

Details:

This is a minor nit, but since contrib unixsim is built with -Wundef it causes
a warning and so a compilation error.


--- a/lwip/src/include/lwip/opt.h
+++ b/lwip/src/include/lwip/opt.h
@@ -1657,6 +1657,7 @@
 #else
 
 #define LINK_STATS                      0
+#define ETHARP_STATS                    0
 #define IP_STATS                        0
 #define IPFRAG_STATS                    0
 #define ICMP_STATS                      0






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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