From e4c627d25286ed2acdba1591b310bc26fb5b3f1d Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Sun, 7 Nov 2021 13:28:46 +0100 Subject: [PATCH] tests/pkg_cmsis-nn: add -Wno-cast-align This should be reverted and properly fixed. --- tests/pkg_cmsis-nn/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/pkg_cmsis-nn/Makefile b/tests/pkg_cmsis-nn/Makefile index 6b3dbc4f00..9da69cf9e8 100644 --- a/tests/pkg_cmsis-nn/Makefile +++ b/tests/pkg_cmsis-nn/Makefile @@ -21,3 +21,6 @@ BOARD_WHITELIST := \ # include $(RIOTBASE)/Makefile.include + +# TODO: Get rid of this flag +CFLAGS += -Wno-cast-align