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

* Original commit: espressif/esp-idf@e596c84d49
This commit is contained in:
Ivan Grokhotkov
2022-01-31 23:05:03 +01:00
committed by David Cermak
parent 77a7538a02
commit 56cb58ced7
2 changed files with 2 additions and 0 deletions

View File

@ -5,3 +5,4 @@ idf_component_register(
INCLUDE_DIRS "include"
REQUIRES esp_netif driver
)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@ -5,3 +5,4 @@ idf_component_register(
INCLUDE_DIRS "."
REQUIRES esp_netif slip_modem driver
)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")