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: Sylvain Rochet
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. 1fef434f01a752ab05e5f050cc1b65dcc01da929
Date: Sun, 04 Oct 2015 09:13:00 +0000

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  1fef434f01a752ab05e5f050cc1b65dcc01da929 (commit)
      from  495fc61a345ec92747ae0ddcd7740fe09e77c1cd (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 1fef434f01a752ab05e5f050cc1b65dcc01da929
Author: Erik Ekman <address@hidden>
Date:   Thu Oct 1 10:49:28 2015 +0200

    PPP: Fix shadowing of global declaration
    
    Older compilers (GCC 4.6) don't like variables with the same name as
    global functions:
    
    lwip/src/netif/ppp/lcp.c: In function 'lcp_received_echo_reply':
    lwip/src/netif/ppp/lcp.c:2685:11: error: declaration of 'magic' shadows a 
global declaration [-Werror=shadow]
    lwip/src/include/netif/ppp/magic.h:101:7: error: shadowed declaration is 
here [-Werror=shadow]
    
    magic.h contains a function named magic(), so rename the variable.

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

Summary of changes:
 src/netif/ppp/lcp.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


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



reply via email to

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