1
0
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:
Thomas Eichinger 2016-01-06 17:32:39 +01:00
parent 97352463d8
commit 4f502a4a61

View File

@ -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