Skip to content

Commit

Permalink
Merge pull request #2345 from cladmi/master
Browse files Browse the repository at this point in the history
Remove RPL warning removal in rpl_udp example
  • Loading branch information
OlegHahm committed Mar 12, 2015
2 parents fde32bf + 2e1ea7c commit 329d9f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/rpl_udp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ CFLAGS += -DDEVELHELP
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1

# get rid of the mandatory RPL warning
ifeq ($(shell $(CC) -Wno-cpp -E - 2>/dev/null >/dev/null dev/null ; echo $$?),0)
ifeq ($(shell LANG=C $(CC) -Wno-cpp -E - 2>&1 1>/dev/null dev/null | grep warning: | grep -- -Wno-cpp),)
CFLAGS += -Wno-cpp
endif
endif

BOARD_INSUFFICIENT_RAM := chronos msb-430h redbee-econotag telosb wsn430-v1_3b wsn430-v1_4 z1 samr21-xpro

# arduino-mega2560: time.h missing from avr-libc
Expand Down

0 comments on commit 329d9f5

Please sign in to comment.