fix(modem): Fix remaining print format warnings

Partially addresses https://github.com/espressif/esp-protocols/issues/79
This commit is contained in:
David Cermak
2024-02-28 19:24:52 +01:00
parent a363beea6f
commit 3b80181d30
2 changed files with 9 additions and 8 deletions

View File

@ -45,8 +45,3 @@ set_target_properties(${COMPONENT_LIB} PROPERTIES
if(CONFIG_ESP_MODEM_ADD_CUSTOM_MODULE)
idf_component_optional_requires(PUBLIC main)
endif()
if(${target} STREQUAL "linux")
# This is needed for ESP_LOGx() macros, as integer formats differ on ESP32(..) and x64
set_target_properties(${COMPONENT_LIB} PROPERTIES COMPILE_FLAGS -Wno-format)
endif()