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:
parent
91cc4a2771
commit
f1dafdb062
@ -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}"; \
|
||||
|
Loading…
Reference in New Issue
Block a user