diff --git a/CMakeLists.txt b/CMakeLists.txt index 409ed787..f2125535 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -400,4 +400,9 @@ idf_component_register( include ) set_property(TARGET ${COMPONENT_LIB} PROPERTY CXX_STANDARD 23) +target_compile_options(${COMPONENT_TARGET} + PRIVATE + -Wno-array-bounds + -Wno-stringop-overflow +) endif()