diff --git a/examples/rpl_udp/Makefile b/examples/rpl_udp/Makefile index 0a0d91c5e012dd6028a487d338b11e82601b9889..53492aae2bb63888f80b3d12a248c0676eeca57f 100644 --- a/examples/rpl_udp/Makefile +++ b/examples/rpl_udp/Makefile @@ -28,7 +28,11 @@ export RIOTBASE ?= $(CURDIR)/../.. export QUIET ?= 1 # get rid of the mandatory RPL warning -CFLAGS += "-Wno-cpp" +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 # Modules to include: