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-214-g2c3538c
Date: Wed, 11 Jan 2017 15:17:00 +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  2c3538cb8fc98505123b94e78c1533067e32cc12 (commit)
      from  9713baea5563d0c80383ebcc3a715b1dc2634314 (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 2c3538cb8fc98505123b94e78c1533067e32cc12
Author: Axel Lin <address@hidden>
Date:   Wed Jan 11 23:08:35 2017 +0800

    IPv6: Fix compile error of ip6_frag.c
    
    Fix below compile error:
    ../../../../lwip/src/core/ipv6/ip6_frag.c: In function ‘ip6_reass’:
    ../../../../lwip/src/core/ipv6/ip6_frag.c:533:20: error: declaration of 
‘next_pbuf’ shadows a previous local [-Werror=shadow]
           struct pbuf* next_pbuf = iprh->next_pbuf;
                        ^~~~~~~~~
    ../../../../lwip/src/core/ipv6/ip6_frag.c:272:20: note: shadowed 
declaration is here
       struct pbuf *q, *next_pbuf;
                        ^~~~~~~~~
    cc1: all warnings being treated as errors
    ../Common.mk:93: recipe for target 'ip6_frag.o' failed
    make: *** [ip6_frag.o] Error 1
    
    Fixes: 7cedf7ae7133 ("IPv6: fragment reassembly fixes")
    Signed-off-by: Axel Lin <address@hidden>

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

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