mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-08-24 02:40:02 +00:00
mqtt: silence a format warning
This commit is contained in:
committed by
Rocha Euripedes
parent
e5e56341be
commit
7f2bf4ae2f
@@ -2,3 +2,7 @@ COMPONENT_SUBMODULES += esp-mqtt
|
||||
COMPONENT_ADD_INCLUDEDIRS := esp-mqtt/include
|
||||
COMPONENT_SRCDIRS := esp-mqtt esp-mqtt/lib
|
||||
COMPONENT_PRIV_INCLUDEDIRS := esp-mqtt/lib/include
|
||||
|
||||
ifeq ($(GCC_NOT_5_2_0), 1)
|
||||
esp-mqtt/lib/transport_ws.o: CFLAGS += -Wno-format-overflow
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user