From 597e74d594611c355752df662fc6f58f454d3d0d Mon Sep 17 00:00:00 2001 From: "yang.tian" Date: Wed, 16 Feb 2022 14:01:29 +0800 Subject: [PATCH] Fix build issue on Android build system Remove build flags which are not compaltable with android build system. Signed-off-by: yang.tian --- mxm_wifiex/wlan_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxm_wifiex/wlan_src/Makefile b/mxm_wifiex/wlan_src/Makefile index c123236..1eeb138 100644 --- a/mxm_wifiex/wlan_src/Makefile +++ b/mxm_wifiex/wlan_src/Makefile @@ -342,7 +342,7 @@ endif #ccflags-y += -Wstringop-truncation #ccflags-y += -Wmisleading-indentation #ccflags-y += -Wunused-const-variable -ccflags-y += -Wno-stringop-truncation +#ccflags-y += -Wno-stringop-truncation ############################################################################# # Make Targets #############################################################################