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. master_at_STABLE-2_0_0-679-g5bbe190
Date: Wed, 10 May 2017 02:43:21 -0400 (EDT)

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  5bbe190b3b95b46dfa9e362b06fe85c4e5b05df6 (commit)
      from  f5f34f138cab279a0c7d0808641879414dfc917c (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 5bbe190b3b95b46dfa9e362b06fe85c4e5b05df6
Author: Axel Lin <address@hidden>
Date:   Wed May 10 14:13:16 2017 +0800

    apps/smtp: Make smtp_send_bodyh_data takes "const char **from" parameter
    
    Fixes below build error:
    cc -g -Wall -DLWIP_DEBUG -pedantic -Werror -Wparentheses -Wsequence-point 
-Wswitch-default -Wextra -Wundef -Wshadow -Wpointer-arith -Wcast-qual 
-Wc++-compat -Wwrite-strings -Wold-style-definition -Wcast-align 
-Wmissing-prototypes -Wredundant-decls -Wnested-externs -Wno-address 
-Wunreachable-code -Wuninitialized -Wlogical-op -I. -I../../.. 
-I../../../../lwip/src/include -I../../../ports/unix/port/include 
-I../../../../mbedtls/include -Wno-redundant-decls -DLWIP_HAVE_MBEDTLS=1 -c 
../../../../lwip/src/apps/smtp/smtp.c
    ../../../../lwip/src/apps/smtp/smtp.c: In function 
‘smtp_send_body_data_handler’:
    ../../../../lwip/src/apps/smtp/smtp.c:1487:41: error: cast discards 
‘const’ qualifier from pointer target type [-Werror=cast-qual]
         if((res = smtp_send_bodyh_data(pcb, (char **)&s->body, &s->body_len))
                                             ^
    ../../../../lwip/src/apps/smtp/smtp.c:1507:47: error: cast discards 
‘const’ qualifier from pointer target type [-Werror=cast-qual]
                 ((res = smtp_send_bodyh_data(pcb, (char **)&s->body, 
&s->body_len)) == BDHALLDATASENT)
                                                   ^
    cc1: all warnings being treated as errors
    ../../Common.allports.mk:94: recipe for target 'smtp.o' failed
    make: *** [smtp.o] Error 1
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/apps/smtp/smtp.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


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



reply via email to

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