Skip to content
Snippets Groups Projects
Commit 4f502a4a authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

tests: allow language extensions for fault_handler test in clang

parent 97352463
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ QUIET ?= 1 ...@@ -12,6 +12,10 @@ QUIET ?= 1
CFLAGS += -DDEVELHELP=1 CFLAGS += -DDEVELHELP=1
ifeq ($(shell uname),Darwin)
CFLAGS += -Wno-language-extension-token
endif
USEMODULE += xtimer USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include include $(RIOTBASE)/Makefile.include
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