mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
lwip: suppress some GCC 11 warnings
Closes https://github.com/espressif/esp-idf/issues/9142
This commit is contained in:
parent
87c987920a
commit
d2ce9abb2a
@ -178,6 +178,13 @@ set_source_files_properties(
|
||||
-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)
|
||||
idf_component_optional_requires(PRIVATE openthread)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user