fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-gprs refs/changes/08/30008/1
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
--
To view, visit
https://gerrit.osmocom.org/c/libosmo-gprs/+/30008
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-gprs
Gerrit-Branch: master
Gerrit-Change-Id: Ib61a8b464ae55ef055a3ea5a0de9b6b2d4a9044b
Gerrit-Change-Number: 30008
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange