From 14e9df14ff44eb013ec1d5d7cc16653ac3ef5f92 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Sat, 13 Oct 2018 16:26:11 +0800 Subject: [PATCH] tcp_transport: Remove the ignore warning because we had idf/esp-idf!3359 --- components/mqtt/component.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/mqtt/component.mk b/components/mqtt/component.mk index 7c77159..19e4980 100644 --- a/components/mqtt/component.mk +++ b/components/mqtt/component.mk @@ -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