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: Axel Lin
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1341-g53ddb92
Date: Sun, 4 Mar 2018 06:19:35 -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  53ddb9244bbb4ae35b2572f4dc0b1adac993be53 (commit)
      from  b1258bf8e64d1bd71bbcbd33af0e5da2262e5a78 (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 53ddb9244bbb4ae35b2572f4dc0b1adac993be53
Author: Axel Lin <address@hidden>
Date:   Sun Mar 4 19:18:26 2018 +0800

    apps/sntp: Trivial build warning fix
    
    Fix below build warning:
    ../../../../lwip/src/apps/sntp/sntp.c: In function 
‘sntp_servermode_dhcp’:
    ../../../../lwip/src/apps/sntp/sntp.c:726:3: warning: ISO C90 forbids mixed 
declarations and code [-Wc90-c99-compat]
       u8_t new_mode = set_servers_from_dhcp ? 1 : 0;
       ^~~~
    
    Signed-off-by: Axel Lin <address@hidden>

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

Summary of changes:
 src/apps/sntp/sntp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



reply via email to

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