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: Simon Goldschmidt
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. beabd3c6b789c4dc1c6805b5e8cfe040089fa412
Date: Wed, 22 Apr 2015 10:43:09 +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  beabd3c6b789c4dc1c6805b5e8cfe040089fa412 (commit)
      from  a81c7bf04b8d41dcbae00922143fce2913890883 (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 beabd3c6b789c4dc1c6805b5e8cfe040089fa412
Author: goldsimon <address@hidden>
Date:   Wed Apr 22 12:43:03 2015 +0200

    Added some macros with extension "_val" that work on actual instances and 
leave away the "if != NULL" check to get rid of gcc "-Waddress" warnings in the 
core code at least (I might not have caught all of them, yet)

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

Summary of changes:
 src/api/sockets.c           |   14 +++++++-------
 src/api/tcpip.c             |   18 +++++++++---------
 src/core/dhcp.c             |    2 +-
 src/core/ipv4/icmp.c        |    4 ++--
 src/core/snmp/mib2.c        |   16 ++++++++--------
 src/core/snmp/msg_out.c     |    2 +-
 src/core/tcp.c              |    4 ++--
 src/core/udp.c              |    2 +-
 src/include/lwip/ip4_addr.h |   15 ++++++++++++---
 src/include/lwip/ip6_addr.h |   27 ++++++++++++++++++++-------
 src/include/lwip/ip_addr.h  |   22 ++++++++++++++++------
 src/include/lwip/sockets.h  |    7 +++++--
 src/include/lwip/sys.h      |   21 +++++++++++++++++++++
 13 files changed, 105 insertions(+), 49 deletions(-)


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



reply via email to

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