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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-112-ge3925cc
Date: Thu, 15 Dec 2016 07:11:57 +0000 (UTC)

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  e3925cc359ed8e55dca3162d8f38afc20764ec86 (commit)
      from  6b1950ec24bc7de59aa1112b13c16a780b2a78fa (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 e3925cc359ed8e55dca3162d8f38afc20764ec86
Author: Axel Lin <address@hidden>
Date:   Thu Dec 15 14:11:20 2016 +0800

    nd6: Fix build error if LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0
    
    Fix below build error when LWIP_ND6_RDNSS_MAX_DNS_SERVERS == 0
    ../../../../lwip/src/core/ipv6/nd6.c: In function ‘nd6_input’:
    ../../../../lwip/src/core/ipv6/nd6.c:400:10: error: unused variable 
‘rdnss_server_idx’ [-Werror=unused-variable]
         u8_t rdnss_server_idx = 0;
              ^~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    ../Common.mk:93: recipe for target 'nd6.o' failed
    make: *** [nd6.o] Error 1
    
    Fixes: 6b1950ec24bc ("nd6: add support for RDNSS option (as per RFC 6106)")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/ipv6/nd6.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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