mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: allow language extensions for fault_handler test in clang
This commit is contained in:
parent
97352463d8
commit
4f502a4a61
@ -12,6 +12,10 @@ QUIET ?= 1
|
||||
|
||||
CFLAGS += -DDEVELHELP=1
|
||||
|
||||
ifeq ($(shell uname),Darwin)
|
||||
CFLAGS += -Wno-language-extension-token
|
||||
endif
|
||||
|
||||
USEMODULE += xtimer
|
||||
|
||||
include $(RIOTBASE)/Makefile.include
|
||||
|
Loading…
Reference in New Issue
Block a user