lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, up


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-209-g2f098c4
Date: Thu, 3 Jan 2019 01:10:30 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lwIP - A Lightweight TCPIP stack".

The branch, master has been updated
       via  2f098c42a7e7218a3cf6ce41cadc1aa1cfeede83 (commit)
      from  c02fea096118930d866ee1572600c7c3c9d62e63 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2f098c42a7e7218a3cf6ce41cadc1aa1cfeede83
Author: Jacob Kroon <address@hidden>
Date:   Tue Jan 1 20:08:24 2019 +0100

    Fix compile of UDP unit test
    
    Fix building unit tests via contrib/ports/unix/check on Debian 9, gcc 6.3.0.
    
    Fixes:
      <snip>/ip_addr.h:105:58: error: the comparison will always evaluate as 
‘true’ for the address of ‘ip1’ will never be NULL [-Werror=address]
       #define IP_SET_TYPE(ipaddr, iptype)     do { if((ipaddr) != NULL) { 
IP_SET_TYPE_VAL(*(ipaddr),iptype); }}while(0)
    
    Signed-off-by: Jacob Kroon <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 test/unit/udp/test_udp.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
lwIP - A Lightweight TCPIP stack



reply via email to

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