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. 135631d29db5efb1e58af7d3f76bad6f5bc5c514
Date: Thu, 09 Apr 2015 21:28:27 +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  135631d29db5efb1e58af7d3f76bad6f5bc5c514 (commit)
      from  ce7e31cd043de1b155474364a14481f5110aa4a6 (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 135631d29db5efb1e58af7d3f76bad6f5bc5c514
Author: Sylvain Rochet <address@hidden>
Date:   Thu Apr 9 23:27:36 2015 +0200

    fixed some obvious compiler warnings
    
    lwip/src/include/lwip/autoip.h:52:1: error: C++ style comments are not 
allowed in ISO C90 [-Werror]
     //#include "lwip/udp.h"
    
    lwip/src/core/ipv4/autoip.c:70:1: error: C++ style comments are not allowed 
in ISO C90 [-Werror]
     //#include "lwip/udp.h"
    
    lwip/src/include/lwip/api.h:239:25: error: declaration of ‘lev’ shadows 
a previous local [-Werror=shadow]
       SYS_ARCH_DECL_PROTECT(lev); \

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

Summary of changes:
 src/core/ipv4/autoip.c    |    2 +-
 src/include/lwip/api.h    |    6 +++---
 src/include/lwip/autoip.h |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)


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



reply via email to

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