Change in osmo-trx[master]: jenkins.sh: Add --enable-werror flag to osmo-trx configure step

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
Fri Aug 31 09:51:50 UTC 2018


Pau Espin Pedrol has uploaded this change for review. ( https://gerrit.osmocom.org/10722


Change subject: jenkins.sh: Add --enable-werror flag to osmo-trx configure step
......................................................................

jenkins.sh: Add --enable-werror flag to osmo-trx configure step

This way we catch newly introduced compilation warnings in osmo-trx.

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/22/10722/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 59f68f7..44a49c3 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -79,7 +79,7 @@
 
 cd "$base"
 autoreconf --install --force
-./configure --enable-sanitize --with-uhd --with-usrp1 $INSTR
+./configure --enable-sanitize --enable-werror --with-uhd --with-usrp1 $INSTR
 $MAKE $PARALLEL_MAKE
 $MAKE check \
   || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/10722
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7effaf243fd6e7fe69728cfce5f97e0b5bd4743c
Gerrit-Change-Number: 10722
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180831/c255f2f0/attachment.htm>


More information about the gerrit-log mailing list