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

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix subchan_demux_test compiler warning on some gcc versions<br><br>In commit Ia082b9fddf03d02afd007825a1588a3ef0dbedae we switched<br>from 'uint8_t *' to 'const ubit_t *' - change the test case<br>accordingly.<br><br>Change-Id: I7d24b891a21e6e485738ddf4a302583579b012d5<br>---<br>M tests/subchan_demux/subchan_demux_test.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/subchan_demux/subchan_demux_test.c b/tests/subchan_demux/subchan_demux_test.c</span><br><span>index 2a9a678..9afd765 100644</span><br><span>--- a/tests/subchan_demux/subchan_demux_test.c</span><br><span>+++ b/tests/subchan_demux/subchan_demux_test.c</span><br><span>@@ -199,7 +199,7 @@</span><br><span> </span><br><span> </span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static int data_cb(struct subch_demux *demux, int ch, uint8_t *data, int len, void *p)</span><br><span style="color: hsl(120, 100%, 40%);">+static int data_cb(struct subch_demux *demux, int ch, const ubit_t *data, int len, void *p)</span><br><span> {</span><br><span>   printf("DATA_CB Channel(%d): %s\n",</span><br><span>                ch, osmo_hexdump(data, len));</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmo-abis/+/18240">change 18240</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/libosmo-abis/+/18240"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmo-abis </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I7d24b891a21e6e485738ddf4a302583579b012d5 </div>
<div style="display:none"> Gerrit-Change-Number: 18240 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>