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. 673c6505ae1e1388a13c90f83de59fcd6951b109
Date: Mon, 05 Oct 2015 16:25:43 +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  673c6505ae1e1388a13c90f83de59fcd6951b109 (commit)
      from  1fef434f01a752ab05e5f050cc1b65dcc01da929 (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 673c6505ae1e1388a13c90f83de59fcd6951b109
Author: Erik Ekman <address@hidden>
Date:   Mon Oct 5 11:08:09 2015 +0200

    PPP: Fix shadowing of global declaration
    
    Older compilers don't like variables with the same name as
    global functions. md5.h contains a function md5(), rename
    md5 variable in magic.c to md5_ctx.
    
    lwip/src/netif/ppp/magic.c: In function `magic_churnrand':
    lwip/src/netif/ppp/magic.c:105:15: error: declaration of `md5' shadows a 
global declaration [-Werror=shadow]
    lwip/src/include/netif/ppp/polarssl/md5.h:88:6: error: shadowed declaration 
is here [-Werror=shadow]
    
    lwip/src/netif/ppp/magic.c: In function `magic_random_bytes':
    lwip/src/netif/ppp/magic.c:165:15: error: declaration of `md5' shadows a 
global declaration [-Werror=shadow]
    lwip/src/include/netif/ppp/polarssl/md5.h:88:6: error: shadowed declaration 
is here [-Werror=shadow]

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

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


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



reply via email to

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