1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

include warnings

addresses https://github.com/RIOT-OS/RIOT/pull/883#issuecomment-37833467
This commit is contained in:
Ludwig Ortmann 2014-03-17 17:39:30 +01:00
parent 91cc4a2771
commit f1dafdb062

View File

@ -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}"; \