Skip to content
Snippets Groups Projects
Commit 27ca6887 authored by Martine Lenders's avatar Martine Lenders Committed by Martine Lenders
Browse files

tests: ignore infinite recursion for mpu_stack_test with clang

parent d04058b5
No related branches found
No related tags found
No related merge requests found
...@@ -42,3 +42,7 @@ BOARD_WHITELIST += udoo # cortex-m3 ...@@ -42,3 +42,7 @@ BOARD_WHITELIST += udoo # cortex-m3
USEMODULE += mpu_stack_guard USEMODULE += mpu_stack_guard
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
ifeq (llvm,$(TOOLCHAIN))
CFLAGS += -Wno-infinite-recursion
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment