diff --git a/CMakeLists.txt b/CMakeLists.txt index 0cb5a12..0f2e91b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,3 +24,8 @@ idf_component_register( REQUIRES ${dependencies} ) + +target_compile_options(${COMPONENT_TARGET} + PUBLIC + -DDISABLE_ALL_LIBRARY_WARNINGS +)