From c0db20ab3780955e1249e0371061b36c1e42063b Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Mon, 29 Mar 2010 20:28:43 +0000 Subject: [PATCH] treat warnings seriously --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 867d7a548..cf8eb4d7e 100644 --- a/configure.in +++ b/configure.in @@ -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