[SCM] lwIP Contrib - Contributed code for Lightweight TCP/IP stack branch, master, updated. STABLE-2_1_0_RELEASE-2-g058e53d

[email protected] (Erik Ekman) Thu, 23 Sep 2021 18:25:06 -0400 (EDT)
Newsgroups gmane.network.lwip.cvs
Message-ID <[email protected]>
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  058e53d5b3a5a4639823e6f7cdc96f832643bfab (commit)
       via  7e43c9d209e924ec3020fce80271d9b41b7a7d51 (commit)
      from  35b011d4cf4c4b480f8859c456587a884ec9d287 (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 058e53d5b3a5a4639823e6f7cdc96f832643bfab
Author: Erik Ekman <[email protected]>
Date:   Thu Dec 3 21:48:07 2020 +0100

    ports/unix/check: Fix 'make dep'
    
    It used to fail with this error after building the depfiles:
    
    clang -DLWIP_NOASSERT_ON_ERROR -I/usr/include/check -I../../../../src/../test/unit -Wno-gnu-zero-variadic-macro-arguments -g -DLWIP_DEBUG -Wall -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 -Wunreachable-code -Wuninitialized -Wmissing-prototypes -Wredundant-decls -Waggregate-return -Wlogical-not-parentheses -fsanitize=address -fsanitize=undefined -fno-sanitize=alignment -Wdocumentation -Wno-documentation-deprecated-sync -I. -I../../.. -I../../../../src/include -I../../../ports/unix/port/include -c
    clang-11: error: no input files
    
    Also don't include depfiles while cleaning, to avoid generating them
    just to remove them.

commit 7e43c9d209e924ec3020fce80271d9b41b7a7d51
Author: Erik Ekman <[email protected]>
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:
 ports/unix/check/Makefile | 8 ++++++++
 1 file changed, 8 insertions(+)


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

_______________________________________________
lwip-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-commits