protocols/security: Remove -Wno-format compile option for examples

This commit is contained in:
Laukik Hase
2022-12-07 13:01:43 +05:30
parent 2e3c72a5d1
commit 184c09ea81
10 changed files with 13 additions and 14 deletions

View File

@@ -3,4 +3,3 @@
# (If this was a component, we would set COMPONENT_EMBED_TXTFILES here.)
idf_component_register(SRCS "https_mbedtls_example_main.c"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")