<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17001">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">csn1: Fix warning with -Wmissing-prototypes<br><br>Port of wireshark.git 2e52e2ac997ca58caabee3270b5a6c3f96159ff0.<br><br>Change-Id: Ic69a75ce3f01cea326139f678b963110e895c356<br>---<br>M src/csn1.cpp<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/01/17001/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/csn1.cpp b/src/csn1.cpp</span><br><span>index 90daee9..67ea8a7 100644</span><br><span>--- a/src/csn1.cpp</span><br><span>+++ b/src/csn1.cpp</span><br><span>@@ -1762,7 +1762,7 @@</span><br><span>       {</span><br><span>         //gint16 count = pDescr->i;</span><br><span>         guint8 i     = 0;</span><br><span style="color: hsl(0, 100%, 40%);">-        CSN_ChoiceElement_t* pChoice = (CSN_ChoiceElement_t*) pDescr->descr.ptr;</span><br><span style="color: hsl(120, 100%, 40%);">+        const CSN_ChoiceElement_t* pChoice = (const CSN_ChoiceElement_t*) pDescr->descr.ptr;</span><br><span> </span><br><span>         pui8          = pui8DATA(data, pDescr->offset);</span><br><span>         i = *pui8;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17001">change 17001</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/osmo-pcu/+/17001"/><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-Change-Id: Ic69a75ce3f01cea326139f678b963110e895c356 </div>
<div style="display:none"> Gerrit-Change-Number: 17001 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>