lwip-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP


From: Joel Cunningham
Subject: [lwip-commits] [SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_0_0_RELEASE-154-gddf21bd
Date: Mon, 28 Aug 2017 14:57:55 -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 Contrib - Contributed code for Lightweight TCP/IP stack".

The branch, master has been updated
       via  ddf21bd235531edb3e18aae84b803b9b239f995b (commit)
      from  10e2b02d138c404844ce35941b543bd56d3b0a87 (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 ddf21bd235531edb3e18aae84b803b9b239f995b
Author: Joel Cunningham <address@hidden>
Date:   Mon Aug 28 12:27:13 2017 -0500

    ping: guard ping_time with LWIP_DEBUG
    
    ping_time is only used in LWIP_DEBUGF statements.  When LWIP_DEBUG is
    not defined (and by extension LWIP_DEBUGF is a no-op), this causes
    compiler warning 550 with the ARMCC compiler:
    
     'ping_time was set but never used'

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

Summary of changes:
 apps/ping/ping.c | 6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
lwIP Contrib - Contributed code for Lightweight TCP/IP stack



reply via email to

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