lwip-commits
[Top][All Lists]
Advanced

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

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-10-g75551e6
Date: Mon, 5 Dec 2016 11:31:02 +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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  75551e606026d759d6980817cf819ec631ad7b81 (commit)
      from  8ea25831dd7ceb5414983e54d6e41eb1fd1c16f3 (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 75551e606026d759d6980817cf819ec631ad7b81
Author: Axel Lin <address@hidden>
Date:   Sun Dec 4 18:29:54 2016 +0800

    apps/ping: Fix build error if !LWIP_IPV6
    
    Fix below build error if !LWIP_IPV6:
    
    ../../../apps/ping/ping.c: In function ‘ping_send’:
    ../../../apps/ping/ping.c:134:25: error: implicit declaration of function 
‘ip6_addr_isipv6mappedipv4’ [-Werror=implicit-function-declaration]
       if(IP_IS_V6(addr) && !ip6_addr_isipv6mappedipv4(ip_2_ip6(addr))) {
                             ^~~~~~~~~~~~~~~~~~~~~~~~~
    ../../../apps/ping/ping.c:134:3: error: nested extern declaration of 
‘ip6_addr_isipv6mappedipv4’ [-Werror=nested-externs]
       if(IP_IS_V6(addr) && !ip6_addr_isipv6mappedipv4(ip_2_ip6(addr))) {
       ^~
    ../../../apps/ping/ping.c:134:51: error: implicit declaration of function 
‘ip_2_ip6’ [-Werror=implicit-function-declaration]
       if(IP_IS_V6(addr) && !ip6_addr_isipv6mappedipv4(ip_2_ip6(addr))) {
                                                       ^~~~~~~~
    ../../../apps/ping/ping.c:134:3: error: nested extern declaration of 
‘ip_2_ip6’ [-Werror=nested-externs]
       if(IP_IS_V6(addr) && !ip6_addr_isipv6mappedipv4(ip_2_ip6(addr))) {
       ^~
    cc1: all warnings being treated as errors
    
    Fixes: 8ea25831dd7c ("simhost: remove ping implementation and use ping app 
instead")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 apps/ping/ping.c |    2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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