contrib/jenkins.sh: use --enable-werror

Fixes: OS#5290
Change-Id: Ic32464b9a52a5de4ee81fc3a4dbb5717b3b43e39
This commit is contained in:
Oliver Smith 2021-11-12 12:26:37 +01:00
parent 9c2c2654ba
commit 1bad165c69
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ set -x
cd "$base"
autoreconf --install --force
./configure --enable-sanitize --enable-external-tests $CONFIG
./configure --enable-sanitize --enable-external-tests --enable-werror $CONFIG
$MAKE $PARALLEL_MAKE
LD_LIBRARY_PATH="$inst/lib" $MAKE check \
|| cat-testlogs.sh