build system: re-add -Wno-format as private flag for some test_apps

This commit is contained in:
Alexey Lapshin
2022-07-07 00:17:27 +04:00
parent d10d57a597
commit 03ce915668
8 changed files with 8 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ else()
endif()
idf_component_register(SRCS "${main_src}" INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")