treat warnings seriously

This commit is contained in:
matthias.ringwald 2010-03-29 20:28:43 +00:00
parent 09b3a72c0f
commit c0db20ab37

View File

@ -137,6 +137,9 @@ if test "x$target" = xiphone; then
;;
esac
# treat warnings seriously
CPPFLAGS="$CPPFLAGS -Werror"
if test "x$UART_DEVICE" = xDEFAULT ; then
UART_DEVICE=/dev/tty.bluetooth
fi