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. master_at_STABLE-2_0_0-1064-g6cbee37
Date: Wed, 22 Nov 2017 10:54:13 -0500 (EST)

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  6cbee37a583ca20488228c38625fcfbd55234daf (commit)
       via  5cd6c38893bff6efb7921650208a4f27611105b3 (commit)
      from  b48106c6623509b0a85b563f2dfb098aa54c1933 (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 6cbee37a583ca20488228c38625fcfbd55234daf
Author: Axel Lin <address@hidden>
Date:   Wed Nov 22 12:27:19 2017 +0800

    apps/httpd: Use LWIP_ARRAYSIZE at appropriate places
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

commit 5cd6c38893bff6efb7921650208a4f27611105b3
Author: Axel Lin <address@hidden>
Date:   Mon Nov 20 12:02:20 2017 +0800

    apps/snmp: Fix buld error when LWIP_SNMP_CONFIGURE_VERSIONS=1
    
    The version check is done in these functions, it should be ok to put
    assert in the else clause.
    
    Fix below build errors:
    
    ../../../../lwip/src/apps/snmp/snmp_msg.c: In function 
‘snmp_version_enabled’:
    ../../../../lwip/src/apps/snmp/snmp_msg.c:87:1: error: embedding a 
directive within macro arguments is not portable [-Werror]
     #if LWIP_SNMP_V3
     ^
    ../../../../lwip/src/apps/snmp/snmp_msg.c:89:1: error: embedding a 
directive within macro arguments is not portable [-Werror]
     #endif
     ^
    ../../../../lwip/src/apps/snmp/snmp_msg.c: In function 
‘snmp_version_enable’:
    ../../../../lwip/src/apps/snmp/snmp_msg.c:126:1: error: embedding a 
directive within macro arguments is not portable [-Werror]
     #if LWIP_SNMP_V3
     ^
    ../../../../lwip/src/apps/snmp/snmp_msg.c:128:1: error: embedding a 
directive within macro arguments is not portable [-Werror]
     #endif
     ^
    cc1: all warnings being treated as errors
    /home/axel/git/lwip/lwip-contrib/ports/unix/../Common.allports.mk:94:
    recipe for target 'snmp_msg.o' failed
    make: *** [snmp_msg.o] Error 1
    
    Signed-off-by: Axel Lin <address@hidden>
    Signed-off-by: goldsimon <address@hidden>

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

Summary of changes:
 src/apps/httpd/httpd.c         |  3 +--
 src/apps/httpd/httpd_structs.h |  4 ++--
 src/apps/snmp/snmp_msg.c       | 23 +++++++++--------------
 3 files changed, 12 insertions(+), 18 deletions(-)


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



reply via email to

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