build system: re-add -Wno-format as private flag for some components
This commit is contained in:
committed by
Alexey Lapshin
parent
879352b7f3
commit
401c10ecfb
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user