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. b3bae1b44c4f892a3adef35912630d78f93d265a
Date: Fri, 19 Aug 2016 11:48:08 +0000 (UTC)

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  b3bae1b44c4f892a3adef35912630d78f93d265a (commit)
      from  730080f20e656b8fae99cfac20ab9f9d08353a6a (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 b3bae1b44c4f892a3adef35912630d78f93d265a
Author: Axel Lin <address@hidden>
Date:   Fri Aug 19 16:34:12 2016 +0800

    memp: Fix unused variable build error when MEMP_SANITY_REGION_BEFORE/AFTER 
is 0
    
    MEMP_SANITY_REGION_BEFORE and MEMP_SANITY_REGION_AFTER can be overridden in
    lwipopts.h, if one of it is set to 0 we got build error due to unused 
variable.
    
    Fix unused variable build error when MEMP_OVERFLOW_CHECK >= 1 &&
    (MEMP_SANITY_REGION_BEFORE == 0 || MEMP_SANITY_REGION_AFTER == 0).
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/core/memp.c |   19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)


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



reply via email to

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