forked from espressif/esp-idf
Merge branch 'bugfix/lwip_gcc11_warnings' into 'master'
lw ip: suppress some GCC 11 warnings See merge request espressif/esp-idf!18479
This commit is contained in:
@@ -178,6 +178,13 @@ set_source_files_properties(
|
|||||||
-Wno-type-limits
|
-Wno-type-limits
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# ignore some declaration mismatches
|
||||||
|
set_source_files_properties(
|
||||||
|
lwip/src/netif/ppp/chap_ms.c
|
||||||
|
PROPERTIES COMPILE_FLAGS
|
||||||
|
-Wno-array-parameter
|
||||||
|
)
|
||||||
|
|
||||||
if(CONFIG_OPENTHREAD_ENABLED)
|
if(CONFIG_OPENTHREAD_ENABLED)
|
||||||
idf_component_optional_requires(PRIVATE openthread)
|
idf_component_optional_requires(PRIVATE openthread)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user