diff --git a/components/lwip/CMakeLists.txt b/components/lwip/CMakeLists.txt index 0f63bdee7f..c8e6958ff0 100644 --- a/components/lwip/CMakeLists.txt +++ b/components/lwip/CMakeLists.txt @@ -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()