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. master_at_STABLE-2_0_0-645-gbc0fafd
Date: Tue, 2 May 2017 09:55:48 -0400 (EDT)

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  bc0fafdecae1696bcf260bddf1ac1aa6aeda3176 (commit)
      from  e3289116b9a8dcff1f1fae7da938e08b3bd890b4 (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 bc0fafdecae1696bcf260bddf1ac1aa6aeda3176
Author: Axel Lin <address@hidden>
Date:   Tue May 2 21:50:25 2017 +0800

    udp: Fix compiling for IPv6-only build
    
    Fix below build error when LWIP_IPV6 && !LWIP_IPV4:
    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 -Wno-address 
-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/core/udp.c
    ../../../../lwip/src/core/udp.c: In function ‘udp_input_local_match’:
    ../../../../lwip/src/core/udp.c:130:58: error: unused parameter ‘inp’ 
[-Werror=unused-parameter]
     udp_input_local_match(struct udp_pcb *pcb, struct netif *inp, u8_t 
broadcast)
                                                              ^~~
    
    Fixes: 13ffc86aeff3 ("Start working task #14494: Implement SO_BINDTODEVICE")
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: Dirk Ziegelmeier <address@hidden>

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

Summary of changes:
 src/core/udp.c | 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]