From f7b4e3256359f140d38fbb20e93ce548b16d1cbb Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Sat, 14 Jan 2017 11:46:53 +0100 Subject: [PATCH] pkg: cmsis-dsp: fix compile warning --- pkg/cmsis-dsp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/cmsis-dsp/Makefile b/pkg/cmsis-dsp/Makefile index 2442a1362c..c4df0911e3 100644 --- a/pkg/cmsis-dsp/Makefile +++ b/pkg/cmsis-dsp/Makefile @@ -3,9 +3,7 @@ PKG_URL=https://github.com/gebart/CMSIS-DSP.git PKG_VERSION=v1.4.5a-riot2 PKG_LICENSE=BSD-3-Clause -ifneq ($(RIOTBASE),) -include $(RIOTBASE)/Makefile.base -endif +CFLAGS += -Wno-strict-aliasing .PHONY: all