From b9f354f5bf1d4340c69dd140f5baeb2c2dac29f9 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Sat, 17 Sep 2022 22:28:37 +0200 Subject: [PATCH] Fixed lots of warnings --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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 +)