mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 20:12:13 +02:00
build system: re-add -Wno-format as private flag for some example components
* Original commit: espressif/esp-idf@e596c84d49
This commit is contained in:
committed by
David Cermak
parent
77a7538a02
commit
56cb58ced7
@ -5,3 +5,4 @@ idf_component_register(
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_netif driver
|
||||
)
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|
||||
|
@ -5,3 +5,4 @@ idf_component_register(
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES esp_netif slip_modem driver
|
||||
)
|
||||
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|
||||
|
Reference in New Issue
Block a user