1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #4593 from thomaseichinger/pr/fix_fault_handler

tests: allow language extensions for fault_handler test in clang
This commit is contained in:
Oleg Hahm 2016-01-07 16:38:17 +01:00
commit a8036ebe21

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