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-460-g45332ab
Date: Thu, 3 Dec 2020 15:57:12 -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  45332ab38c8b8cde1835d28c97acc5174728154e (commit)
      from  63fb3721efda2d1388129c68b5b3c594677009f3 (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 45332ab38c8b8cde1835d28c97acc5174728154e
Author: Erik Ekman <erik@kryo.se>
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.

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

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


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



reply via email to

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