From f4ee021b8cb045947fcefa834547eed9b13131bc Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 30 Aug 2018 20:59:21 +0200 Subject: 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 --- contrib/jenkins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') 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 @@ set -x 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 -- cgit v1.2.3