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: Dirk Ziegelmeier
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. a21144b834ce2d24b8b1a026ef53a4aaf7e5138c
Date: Sat, 05 Dec 2015 20:34: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  a21144b834ce2d24b8b1a026ef53a4aaf7e5138c (commit)
      from  7f926605987146715064bafb531822c64c238f1d (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 a21144b834ce2d24b8b1a026ef53a4aaf7e5138c
Author: Axel Lin <address@hidden>
Date:   Fri Dec 4 22:58:32 2015 +0800

    memp: Fixup LWIP_HOOK_MEMP_AVAILABLE() hook
    
    I got below build warning if LWIP_HOOK_MEMP_AVAILABLE is defined.
    
    src/core/memp.c: In function 'memp_free_pool':
    src/core/memp.c:352:16: warning: variable 'old_first' set but not used 
[-Wunused-but-set-variable]
       struct memp *old_first;
                    ^
    src/core/memp.c: In function 'memp_free':
    src/core/memp.c:413:6: warning: 'old_first' may be used uninitialized in 
this function [-Wmaybe-uninitialized]
       if (old_first == NULL) {
    
    The LWIP_HOOK_MEMP_AVAILABLE() hook does not work, fix it.
    
    Fixes: c838e1ed5b8c ("Implement possibility to declare private memory 
pools")
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/core/memp.c |   39 +++++++++++++++++++++++++++++----------
 1 files changed, 29 insertions(+), 10 deletions(-)


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



reply via email to

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