From 8089afd45315cc8e114668d4132ca6a532972dcb Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Fri, 4 Nov 2016 15:52:45 +0800 Subject: [PATCH] build fix --- components/wpa_supplicant/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/wpa_supplicant/component.mk b/components/wpa_supplicant/component.mk index 6e5d7e060..cb6b06652 100644 --- a/components/wpa_supplicant/component.mk +++ b/components/wpa_supplicant/component.mk @@ -1,6 +1,6 @@ COMPONENT_ADD_INCLUDEDIRS := include port/include COMPONENT_SRCDIRS := src/crypto -CFLAGS += -DEMBEDDED_SUPP -D__ets__ +CFLAGS += -DEMBEDDED_SUPP -D__ets__ -Wno-strict-aliasing include $(IDF_PATH)/make/component_common.mk