<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17002">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">csn1: Don't cast away constness<br><br>Port of wireshark.git commit 8e22ded7f8537e37e89ba558c83702d127443ae8.<br><br>Change-Id: I100d5c43d8878e660035bf4a64718771f41a38a8<br>---<br>M src/csn1.h<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/02/17002/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/csn1.h b/src/csn1.h</span><br><span>index 0da529c..19b44ae 100644</span><br><span>--- a/src/csn1.h</span><br><span>+++ b/src/csn1.h</span><br><span>@@ -480,7 +480,7 @@</span><br><span>  *      Par3: type of member</span><br><span>  *****************************************************************************/</span><br><span> #define M_TYPE(_STRUCT, _MEMBER, _MEMBER_TYPE)\</span><br><span style="color: hsl(0, 100%, 40%);">-        {CSN_TYPE, 0, {(void*)CSNDESCR_##_MEMBER_TYPE}, offsetof(_STRUCT, _MEMBER), FALSE, #_MEMBER, {NULL}, NULL}</span><br><span style="color: hsl(120, 100%, 40%);">+        {CSN_TYPE, 0, {(const void*)CSNDESCR_##_MEMBER_TYPE}, offsetof(_STRUCT, _MEMBER), FALSE, #_MEMBER, {NULL}, NULL}</span><br><span> </span><br><span> /******************************************************************************</span><br><span>  * M_UNION(Par1, Par2)</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-pcu/+/17002">change 17002</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/+/17002"/><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: I100d5c43d8878e660035bf4a64718771f41a38a8 </div>
<div style="display:none"> Gerrit-Change-Number: 17002 </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>