mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 15:40:11 +00:00
treat warnings seriously
This commit is contained in:
parent
09b3a72c0f
commit
c0db20ab37
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user