pkg: cmsis-dsp: fix compile warning

This commit is contained in:
Kaspar Schleiser 2017-01-14 11:46:53 +01:00
parent 1d09dd72e7
commit f7b4e32563

View File

@ -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