mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-10-04 02:51:49 +02:00
build system: re-add -Wno-format as private flag for some test_apps
This commit is contained in:
committed by
Rocha Euripedes
parent
649f6d369e
commit
caa59d13d7
@@ -1,2 +1,3 @@
|
||||
idf_component_register(SRCS "mqtt_app.cpp"
|
||||
INCLUDE_DIRS ".")
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|
||||
|
@@ -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")
|
||||
|
Reference in New Issue
Block a user