]> granicus.if.org Git - esp-idf/commitdiff
tcp_transport: Remove the ignore warning because we had idf/esp-idf!3359
authorAnton Maklakov <anton@espressif.com>
Sat, 13 Oct 2018 08:26:11 +0000 (16:26 +0800)
committerAnton Maklakov <anton@espressif.com>
Sun, 21 Oct 2018 07:11:45 +0000 (15:11 +0800)
components/mqtt/component.mk

index 7c77159548c863aefaaad181d464c96180d79b09..19e498025e86f7307acde3076c13ae6f6b179add 100644 (file)
@@ -2,7 +2,3 @@ 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