1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

pkg/cmsis-dsp: Disable -Wcast-align

We cannot debug vendor code.
This commit is contained in:
Marian Buschsieweke 2021-01-13 10:15:54 +01:00
parent b1114b0674
commit 939e206d58
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ CMSIS_DSP_MODULES = \
.PHONY: cmsis-dsp_%
CFLAGS += -Wno-cast-align
all: $(CMSIS_DSP_MODULES)
cmsis-dsp_%: