diff --git a/coap/CMakeLists.txt b/coap/CMakeLists.txt index f768487..488c6b6 100644 --- a/coap/CMakeLists.txt +++ b/coap/CMakeLists.txt @@ -42,3 +42,4 @@ idf_component_register(SRCS "${srcs}" # # TODO: find a way to move this to a port header target_compile_definitions(${COMPONENT_LIB} PUBLIC WITH_POSIX) +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format") diff --git a/coap/idf_component.yml b/coap/idf_component.yml index 8ad1b31..e73682f 100644 --- a/coap/idf_component.yml +++ b/coap/idf_component.yml @@ -1,4 +1,4 @@ -version: "4.3.0~1" +version: "4.3.0~2" description: Constrained Application Protocol (CoAP) C Library url: https://github.com/espressif/idf-extra-components/tree/master/coap dependencies: diff --git a/pcap/CMakeLists.txt b/pcap/CMakeLists.txt index 21b6fac..8e95f51 100644 --- a/pcap/CMakeLists.txt +++ b/pcap/CMakeLists.txt @@ -1,2 +1,3 @@ idf_component_register(SRCS "src/pcap.c" INCLUDE_DIRS "include") +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format") diff --git a/pcap/idf_component.yml b/pcap/idf_component.yml index eed50e5..8c004ff 100644 --- a/pcap/idf_component.yml +++ b/pcap/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.0" +version: "1.0.1" description: PCAP file writer url: https://github.com/espressif/idf-extra-components/tree/master/pcap dependencies: diff --git a/sh2lib/CMakeLists.txt b/sh2lib/CMakeLists.txt index 2fe306d..27c991c 100644 --- a/sh2lib/CMakeLists.txt +++ b/sh2lib/CMakeLists.txt @@ -2,3 +2,4 @@ idf_component_register(SRCS "sh2lib.c" INCLUDE_DIRS . REQUIRES http_parser PRIV_REQUIRES lwip esp-tls) +target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format") diff --git a/sh2lib/idf_component.yml b/sh2lib/idf_component.yml index d4bfb39..9fcc875 100644 --- a/sh2lib/idf_component.yml +++ b/sh2lib/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.0.2" +version: "1.0.3" description: HTTP2 TLS Abstraction Layer url: https://github.com/espressif/idf-extra-components/tree/master/sh2lib dependencies: