From 6129302e42e0fad9968b574bdbaef4521373ae85 Mon Sep 17 00:00:00 2001 From: Alexey Lapshin Date: Fri, 29 Jul 2022 12:17:21 +0400 Subject: [PATCH] coap: ignore format warnings --- coap/CMakeLists.txt | 1 + coap/idf_component.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/coap/CMakeLists.txt b/coap/CMakeLists.txt index 4f9335a..f53f6b7 100644 --- a/coap/CMakeLists.txt +++ b/coap/CMakeLists.txt @@ -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") diff --git a/coap/idf_component.yml b/coap/idf_component.yml index 6a3b83b..bdc5b8b 100644 --- a/coap/idf_component.yml +++ b/coap/idf_component.yml @@ -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: