esp_modem: Fix format warnings

Closes https://github.com/espressif/esp-protocols/issues/79
This commit is contained in:
Tomas Rezucha
2022-09-02 10:02:34 +02:00
parent ae8479c77e
commit 98bf3efeb6
2 changed files with 2 additions and 3 deletions

View File

@@ -47,5 +47,3 @@ 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()
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")