Merge pull request #64 from Lapshin/fix/ignore-format-warnings

Ignore format warnings
This commit is contained in:
Tomas Rezucha 2022-07-11 11:19:39 +02:00 committed by GitHub
commit a8920be672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: