fix(websocket): Cleaned up printf/format warnings (-Wno-format)

This commit is contained in:
David Cermak
2023-05-17 07:35:21 +02:00
parent c974c14220
commit e085826dbb
4 changed files with 2 additions and 4 deletions

View File

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