Skip to content

Commit

Permalink
Merge pull request #4593 from thomaseichinger/pr/fix_fault_handler
Browse files Browse the repository at this point in the history
tests: allow language extensions for fault_handler test in clang
  • Loading branch information
OlegHahm committed Jan 7, 2016
2 parents 26f9f7f + 4f502a4 commit a8036eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/fault_handler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8036eb

Please sign in to comment.