[PATCH] osmo-sgsn[master]: contrib/jenkins.sh: Enable Werror

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Mon Jan 8 10:08:56 UTC 2018


Review at  https://gerrit.osmocom.org/5672

contrib/jenkins.sh: Enable Werror

This way we make sure new patches won't introduce more compilation
warnings because the jenkins job will fail.

Change-Id: Idd110c4eaecab5268e1f87c11ba96460bda274ee
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-sgsn refs/changes/72/5672/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index a32be1e..09f09f7 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -46,7 +46,7 @@
 
 cd "$base"
 autoreconf --install --force
-./configure --enable-sanitize $SMPP $MGCP $IU --enable-external-tests
+./configure --enable-sanitize $SMPP $MGCP $IU --enable-external-tests CFLAGS="-Werror" CPPFLAGS="-Werror"
 $MAKE $PARALLEL_MAKE
 LD_LIBRARY_PATH="$inst/lib" $MAKE check \
   || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/5672
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idd110c4eaecab5268e1f87c11ba96460bda274ee
Gerrit-PatchSet: 1
Gerrit-Project: osmo-sgsn
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list