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

This commit is contained in:
Ivan Grokhotkov
2022-01-31 19:45:31 +01:00
committed by Rocha Euripedes
parent 17df9effcd
commit 54de87142c

View File

@@ -6,3 +6,4 @@ endif()
idf_component_register(SRCS "${srcs}" idf_component_register(SRCS "${srcs}"
PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update esp_eth esp_netif) PRIV_REQUIRES cmock test_utils mqtt nvs_flash app_update esp_eth esp_netif)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")