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: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. master_at_STABLE-2_0_0-1075-g920ee2d
Date: Wed, 13 Dec 2017 15:14:19 -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  920ee2d07ee50d24e8d1fe01c207587f26d07a53 (commit)
      from  60063b98e10db172d98e5eef5e4e65b4b8cd3f21 (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 920ee2d07ee50d24e8d1fe01c207587f26d07a53
Author: Joel Cunningham <address@hidden>
Date:   Wed Dec 13 11:34:48 2017 -0600

    sntp: use const for servername
    
    This adds const to the sntp servername get/set API and internal storage
    
    SNTP's usage of this name is read only and SNTP only passes it to 
dns_gethostbyname()
    
    This was found by compiling with GCC -Wwrite-strings which makes the literal
    SNTP_SERVER_ADDRESS a const string. This then produced warnings with 
sntp_init()'s
    call to sntp_setservername()

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

Summary of changes:
 src/apps/sntp/sntp.c         | 6 +++---
 src/include/lwip/apps/sntp.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)


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



reply via email to

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