<p>osmith <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/22356">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  pespin: Looks good to me, approved
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/*: fix control reaches end of non-void func<br><br>Prepare to set -std=gnu89 in a future commit, which will cause gcc warn<br>about "control reaches end of non-void function" in main().<br><br>Change-Id: I7c33cac30e5859060f083813d8433011f5eaf0d0<br>---<br>M tests/i460_mux/i460_mux_test.c<br>M tests/it_q/it_q_test.c<br>2 files changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/i460_mux/i460_mux_test.c b/tests/i460_mux/i460_mux_test.c</span><br><span>index 9d5fcf7..7695cb4 100644</span><br><span>--- a/tests/i460_mux/i460_mux_test.c</span><br><span>+++ b/tests/i460_mux/i460_mux_test.c</span><br><span>@@ -395,4 +395,5 @@</span><br><span>   test_16k_subchan();</span><br><span>  test_8k_subchan();</span><br><span>   test_unused_subchan();</span><br><span style="color: hsl(120, 100%, 40%);">+        return 0;</span><br><span> }</span><br><span>diff --git a/tests/it_q/it_q_test.c b/tests/it_q/it_q_test.c</span><br><span>index 0d75452..28e32d8 100644</span><br><span>--- a/tests/it_q/it_q_test.c</span><br><span>+++ b/tests/it_q/it_q_test.c</span><br><span>@@ -116,4 +116,5 @@</span><br><span>    tc_alloc();</span><br><span>  tc_queue_length();</span><br><span>   tc_eventfd();</span><br><span style="color: hsl(120, 100%, 40%);">+ return 0;</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/22356">change 22356</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/c/libosmocore/+/22356"/><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-Change-Id: I7c33cac30e5859060f083813d8433011f5eaf0d0 </div>
<div style="display:none"> Gerrit-Change-Number: 22356 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>