<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/9696">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Vadim Yanitskiy: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jenkins.sh: use flag --enable-werror for sysmo and none<br><br>The lc15 flavour still contains compilation warnings and thus the flag<br>cannot be enabled while building it.<br><br>Change-Id: I66a43822f8a40764d7d6e09503892cea6030e697<br>---<br>M contrib/jenkins.sh<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh</span><br><span>index 2527127..5f81978 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -26,7 +26,7 @@</span><br><span> # Collect configure options for osmo-pcu</span><br><span> PCU_CONFIG=""</span><br><span> if [ "$with_dsp" = sysmo ]; then</span><br><span style="color: hsl(0, 100%, 40%);">-  PCU_CONFIG="$PCU_CONFIG --enable-sysmocom-dsp --with-sysmobts=$inst/include/"</span><br><span style="color: hsl(120, 100%, 40%);">+  PCU_CONFIG="$PCU_CONFIG --enable-werror --enable-sysmocom-dsp --with-sysmobts=$inst/include/"</span><br><span> </span><br><span>   # For direct sysmo DSP access, provide the SysmoBTS Layer 1 API</span><br><span>   cd "$deps"</span><br><span>@@ -43,7 +43,7 @@</span><br><span> </span><br><span> elif [ -z "$with_dsp" -o "$with_dsp" = none ]; then</span><br><span>   echo "Direct DSP access disabled, sanitizer enabled"</span><br><span style="color: hsl(0, 100%, 40%);">-  PCU_CONFIG="$PCU_CONFIG --enable-sanitize"</span><br><span style="color: hsl(120, 100%, 40%);">+  PCU_CONFIG="$PCU_CONFIG --enable-werror --enable-sanitize"</span><br><span> else</span><br><span>   echo 'Invalid $with_dsp value:' $with_dsp</span><br><span>   exit 1</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/9696">change 9696</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/9696"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-pcu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I66a43822f8a40764d7d6e09503892cea6030e697 </div>
<div style="display:none"> Gerrit-Change-Number: 9696 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>