mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Remove RPL warning removal in rpl_udp example
This commit is contained in:
parent
d7eaa81269
commit
2e1ea7ca78
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user