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

This commit is contained in:
Ivan Grokhotkov
2022-01-31 19:45:31 +01:00
committed by Alexey Lapshin
parent 879352b7f3
commit 401c10ecfb
93 changed files with 134 additions and 2 deletions
@@ -6,4 +6,5 @@ if(IDF_TARGET IN_LIST TOUCH_ELEMENT_COMPATIBLE_TARGETS)
"test_touch_slider.c"
"test_touch_matrix.c"
PRIV_REQUIRES unity touch_element)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
endif()