Fixed lots of warnings

This commit is contained in:
2022-09-17 22:28:37 +02:00
parent 5b7be7faa0
commit b9f354f5bf

View File

@@ -24,3 +24,8 @@ idf_component_register(
REQUIRES REQUIRES
${dependencies} ${dependencies}
) )
target_compile_options(${COMPONENT_TARGET}
PUBLIC
-DDISABLE_ALL_LIBRARY_WARNINGS
)