contrib: Enable -Werror by default

Change-Id: I16a8ca7f0bfabeed6a9b58cda5e60bd58889f74d
This commit is contained in:
Pau Espin 2017-07-05 20:00:57 +02:00 committed by Harald Welte
parent eebbec23a5
commit f356131808
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ CFLAGS="$saved_CFLAGS"
AC_SUBST(SYMBOL_VISIBILITY)
CFLAGS="$CFLAGS -Wall"
CPPFLAGS="$CFLAGS -Wall"
CPPFLAGS="$CPPFLAGS -Wall"
AC_OUTPUT(
libosmo-sigtran.pc

View File

@ -29,7 +29,7 @@ echo
set -x
autoreconf --install --force
./configure
./configure CFLAGS="-Werror" CPPFLAGS="-Werror"
$MAKE $PARALLEL_MAKE
$MAKE distcheck \
|| cat-testlogs.sh