<p>Harald Welte has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10300">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">jenkins_arm.sh: Use same Werror related options as on other builds<br><br>Change-Id: I45ab11b461a35923853f38b5bedd5025f53cc5b5<br>---<br>M contrib/jenkins_arm.sh<br>1 file changed, 5 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/00/10300/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins_arm.sh b/contrib/jenkins_arm.sh</span><br><span>index 8229fc8..1d72f2f 100755</span><br><span>--- a/contrib/jenkins_arm.sh</span><br><span>+++ b/contrib/jenkins_arm.sh</span><br><span>@@ -2,6 +2,10 @@</span><br><span> </span><br><span> . $(dirname "$0")/jenkins_common.sh</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# from ../configure.ac</span><br><span style="color: hsl(120, 100%, 40%);">+WERROR_FLAGS="-Werror -Wno-error=deprecated -Wno-error=deprecated-declarations -Wno-error=cpp"</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> src_dir="$PWD"</span><br><span> build() {</span><br><span>     build_dir="$1"</span><br><span>@@ -14,7 +18,7 @@</span><br><span>  --enable-embedded \</span><br><span>  --disable-doxygen \</span><br><span>  --disable-shared \</span><br><span style="color: hsl(0, 100%, 40%);">-      CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs -Werror"</span><br><span style="color: hsl(120, 100%, 40%);">+       CFLAGS="-Os -ffunction-sections -fdata-sections -nostartfiles -nodefaultlibs $WERROR_FLAGS"</span><br><span> </span><br><span>     $MAKE $PARALLEL_MAKE</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10300">change 10300</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/10300"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I45ab11b461a35923853f38b5bedd5025f53cc5b5 </div>
<div style="display:none"> Gerrit-Change-Number: 10300 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Harald Welte <laforge@gnumonks.org> </div>