coap: ignore format warnings

This commit is contained in:
Alexey Lapshin 2022-07-29 12:17:21 +04:00
parent cb19419c16
commit 6129302e42
2 changed files with 2 additions and 1 deletions

View File

@ -37,4 +37,5 @@ set(srcs
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "${include_dirs}"
REQUIRES lwip mbedtls)
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@ -1,4 +1,4 @@
version: "4.3.0~3"
version: "4.3.0~4"
description: Constrained Application Protocol (CoAP) C Library
url: https://github.com/espressif/idf-extra-components/tree/master/coap
dependencies: