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:
parent
b1114b0674
commit
939e206d58
@ -22,6 +22,8 @@ CMSIS_DSP_MODULES = \
|
||||
|
||||
.PHONY: cmsis-dsp_%
|
||||
|
||||
CFLAGS += -Wno-cast-align
|
||||
|
||||
all: $(CMSIS_DSP_MODULES)
|
||||
|
||||
cmsis-dsp_%:
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user