Skip to content

Commit

Permalink
tests: allow language extensions for fault_handler test in clang
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseichinger committed Jan 6, 2016
1 parent 86bf9ae commit dceb656
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 dceb656

Please sign in to comment.