Ignore format warnings

This commit is contained in:
Alexey Lapshin 2022-07-06 17:04:05 +04:00
parent 7e7eb6b976
commit 6723c4219e
6 changed files with 6 additions and 3 deletions

View File

@ -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")

View File

@ -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:

View File

@ -1,2 +1,3 @@
idf_component_register(SRCS "src/pcap.c"
INCLUDE_DIRS "include")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")

View File

@ -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:

View File

@ -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")

View File

@ -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: