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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1149-g39ada6e
Date: Tue, 9 Jan 2018 15:24:21 -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  39ada6ec0efe9a4fcee1856aeb70195aa3eb9954 (commit)
      from  2d06483d8e28b98939f5d06f996c09e26a008d32 (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 39ada6ec0efe9a4fcee1856aeb70195aa3eb9954
Author: Axel Lin <address@hidden>
Date:   Tue Jan 9 16:41:48 2018 +0800

    ip_addr: Define ip_addr_cmp_zoneless for LWIP_IPV6 only
    
    This fixes build error when LWIP_IPV4=0 && LWIP_IPV6=1:
    cc -g -Wall -DLWIP_DEBUG -pedantic -Werror -Wparentheses -Wsequence-point 
-Wswitch-default -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-qual 
-Wc++-compat -Wwrite-strings -Wold-style-definition -Wcast-align 
-Wmissing-prototypes -Wredundant-decls -Wnested-externs -Wunreachable-code 
-Wuninitialized -Wlogical-op -I. -I../../.. -I../../../../lwip/src/include 
-I../../../ports/unix/port/include -I../../../../mbedtls/include 
-Wno-redundant-decls -DLWIP_HAVE_MBEDTLS=1 -c 
../../../../lwip/src/apps/mdns/mdns.c
    ../../../../lwip/src/apps/mdns/mdns.c: In function ‘mdns_recv’:
    ../../../../lwip/src/apps/mdns/mdns.c:1817:10: error: implicit declaration 
of function ‘ip_addr_cmp_zoneless’; did you mean 
‘ip6_addr_cmp_zoneless’? [-Werror=implicit-function-declaration]
         if (!ip_addr_cmp_zoneless(ip_current_dest_addr(), &v6group)) {
              ^~~~~~~~~~~~~~~~~~~~
              ip6_addr_cmp_zoneless
    ../../../../lwip/src/apps/mdns/mdns.c:1817:10: error: nested extern 
declaration of ‘ip_addr_cmp_zoneless’ [-Werror=nested-externs]
    cc1: all warnings being treated as errors
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/include/lwip/ip_addr.h | 1 +
 1 file changed, 1 insertion(+)


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



reply via email to

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