Skip to content
Snippets Groups Projects
Commit f7b4e325 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

pkg: cmsis-dsp: fix compile warning

parent 1d09dd72
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,7 @@ PKG_URL=https://github.com/gebart/CMSIS-DSP.git ...@@ -3,9 +3,7 @@ PKG_URL=https://github.com/gebart/CMSIS-DSP.git
PKG_VERSION=v1.4.5a-riot2 PKG_VERSION=v1.4.5a-riot2
PKG_LICENSE=BSD-3-Clause PKG_LICENSE=BSD-3-Clause
ifneq ($(RIOTBASE),) CFLAGS += -Wno-strict-aliasing
include $(RIOTBASE)/Makefile.base
endif
.PHONY: all .PHONY: all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment