From 2e1ea7ca788cf88979360b32ca0599805a6224fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Thu, 22 Jan 2015 17:42:54 +0100 Subject: [PATCH] Remove RPL warning removal in rpl_udp example --- examples/rpl_udp/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examples/rpl_udp/Makefile b/examples/rpl_udp/Makefile index 2ab05c8cd0..9270b6ac75 100644 --- a/examples/rpl_udp/Makefile +++ b/examples/rpl_udp/Makefile @@ -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