laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/30008 )
Change subject: contrib/jenkins.sh: build with --enable-werror ......................................................................
contrib/jenkins.sh: build with --enable-werror
Change-Id: Ib61a8b464ae55ef055a3ea5a0de9b6b2d4a9044b --- M contrib/jenkins.sh 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index f51db62..fa38a26 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -39,7 +39,7 @@
cd "$base" autoreconf --install --force -./configure --enable-sanitize $CONFIG +./configure --enable-sanitize --enable-werror $CONFIG $MAKE $PARALLEL_MAKE LD_LIBRARY_PATH="$inst/lib" $MAKE check \ || cat-testlogs.sh