lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 382ddac1a1


From: Sylvain Rochet
Subject: [lwip-commits] [SCM] UNNAMED PROJECT branch, master, updated. 382ddac1a1315e6688cc40205f38cd478f1c3888
Date: Wed, 24 Dec 2014 14:19:35 +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 "UNNAMED PROJECT".

The branch, master has been updated
       via  382ddac1a1315e6688cc40205f38cd478f1c3888 (commit)
       via  2b3e020152afbb4624ca1289984198c412a1c1c2 (commit)
      from  01391f023495e8e4098a58cf4976f982d187c9f4 (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 382ddac1a1315e6688cc40205f38cd478f1c3888
Author: Sylvain Rochet <address@hidden>
Date:   Wed Dec 24 15:18:21 2014 +0100

    CORE: fixed missing prototype for pbuf_header_impl() function
    
    lwip/src/core/pbuf.c:502:1: warning: no previous prototype for 
‘pbuf_header_impl’ [-Wmissing-prototypes]

commit 2b3e020152afbb4624ca1289984198c412a1c1c2
Author: Sylvain Rochet <address@hidden>
Date:   Wed Dec 24 15:16:03 2014 +0100

    PPP, fixed some compiler warnings
    
    Using -Wall -pedantic -Wparentheses -Wsequence-point
    -Wswitch-default -Wextra -Wundef -Wshadow -Wpointer-arith
    -Wbad-function-cast -Wc++-compat -Wwrite-strings -Wold-style-definition
    -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Wno-address

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

Summary of changes:
 src/core/pbuf.c                  |    2 +-
 src/include/lwip/opt.h           |    7 +++
 src/include/netif/ppp/fsm.h      |    6 +-
 src/include/netif/ppp/lcp.h      |    2 +-
 src/include/netif/ppp/ppp.h      |    8 ++--
 src/include/netif/ppp/ppp_impl.h |   26 +++++-----
 src/netif/ppp/auth.c             |    4 ++
 src/netif/ppp/ccp.c              |    4 +-
 src/netif/ppp/chap-md5.c         |    4 +-
 src/netif/ppp/chap-new.c         |   12 +++--
 src/netif/ppp/chap_ms.c          |   15 +++---
 src/netif/ppp/eap.c              |   37 +++++++++------
 src/netif/ppp/fsm.c              |   20 +++++++-
 src/netif/ppp/ipcp.c             |   98 ++++++++++++++++++++------------------
 src/netif/ppp/ipv6cp.c           |    4 +-
 src/netif/ppp/lcp.c              |   22 ++++++--
 src/netif/ppp/magic.c            |    6 +-
 src/netif/ppp/ppp.c              |   41 +++++++++++++---
 src/netif/ppp/pppoe.c            |    2 +
 src/netif/ppp/pppol2tp.c         |   56 ++++++++++++---------
 src/netif/ppp/upap.c             |   18 ++++---
 src/netif/ppp/utils.c            |   37 ++++++++-------
 src/netif/ppp/vj.c               |   20 ++++----
 23 files changed, 273 insertions(+), 178 deletions(-)


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

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