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

This commit is contained in:
Ivan Grokhotkov
2022-01-31 23:05:03 +01:00
committed by Euripedes Rocha
parent c674b8855d
commit 34c6f52f70
3 changed files with 3 additions and 0 deletions

View File

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