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
committed by Rocha Euripedes
parent 649f6d369e
commit caa59d13d7
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
idf_component_register(SRCS "mqtt_app.cpp"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@@ -1,2 +1,3 @@
idf_component_register(SRCS "publish_test.c" "connect_test.c" "publish_connect_test.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")