From f1dafdb062561888f0d6916ec1df0809a96ff5fb Mon Sep 17 00:00:00 2001 From: Ludwig Ortmann <ludwig.ortmann@fu-berlin.de> Date: Mon, 17 Mar 2014 17:39:30 +0100 Subject: [PATCH] include warnings addresses https://github.com/RIOT-OS/RIOT/pull/883#issuecomment-37833467 --- Makefile.include | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 0953f22c61..8027d9e9e7 100644 --- a/Makefile.include +++ b/Makefile.include @@ -174,7 +174,6 @@ buildtest: RIOTBASE=$${RIOTBASE} \ RIOTBOARD=$${RIOTBOARD} \ RIOTCPU=$${RIOTCPU} \ - CFLAGS="-w" \ $(MAKE) -B clean all 2>&1 >/dev/null) ; \ if [ "$${?}" = "0" ]; then \ $${ECHO} "$${GREEN}success$${RESET}"; \ -- GitLab