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: Erik Ekman
Subject: [lwip-commits] [SCM] lwIP - A Lightweight TCPIP stack branch, master, updated. STABLE-2_1_0_RELEASE-467-gecab776
Date: Wed, 13 Jan 2021 15:48:42 -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  ecab77654aa916c6f4f9e04ad4d1efa967868f06 (commit)
      from  7b77378ed89592cd7cc0f484c94c389ccd2521c2 (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 ecab77654aa916c6f4f9e04ad4d1efa967868f06
Author: Erik Ekman <erik@kryo.se>
Date:   Wed Jan 13 21:44:20 2021 +0100

    ports/unix/check: Ignore error from fail_* macros
    
    Usage of fail_if/fail_unless macros with a message results in a
    warning with the latest version of check (0.15.2+) and GCC.
    
    Ignore this specific error (since warnings are treated as errors) for now.
    
    Example failure:
    
    In file included from ../../../../src/../test/unit/lwip_check.h:7,
                     from ../../../../src/../test/unit/lwip_unittests.c:1:
    ../../../../src/../test/unit/lwip_unittests.c: In function 
‘lwip_check_ensure_no_alloc’:
    ../../../../src/../test/unit/lwip_unittests.c:55:7: error: too many 
arguments for format [-Werror=format-extra-args]
       55 |       "mem heap still has %d bytes allocated", lwip_stats.mem.used);
          |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Summary of changes:
 contrib/ports/unix/check/Makefile | 5 +++++
 1 file changed, 5 insertions(+)


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



reply via email to

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