|
From: | Erik Ekman |
Subject: | [lwip-devel] [bug #61152] Compiler Flags adjustments |
Date: | Sun, 3 Oct 2021 06:48:00 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 |
Follow-up Comment #1, bug #61152 (project lwip): CmakeCommon.cmake adds Wredundant-decls in case MbedTLS is not used (line 70): if (NOT LWIP_HAVE_MBEDTLS) list(APPEND LWIP_COMPILER_FLAGS_GNU_CLANG -Wredundant-decls $<$<COMPILE_LANGUAGE:C>:-Wc++-compat> ) endif() (although I dont know Cmake stuff that well) You are correct that Common.allports.mk has it twice. Pushing your change to fix it. Thanks! _______________________________________________________ Reply to this item at: <https://savannah.nongnu.org/bugs/?61152> _______________________________________________ Message sent via Savannah https://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |