<p> Attention is currently required from: Sarah Autumn. </p>
<p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4; color: #000000;">Code-Review -1</span></p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17948">View Change</a></p><p>3 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">Patchset:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17948?tab=comments">Patch Set #1:</a> </p><p style="white-space: pre-wrap; word-wrap: break-word;">When creating a patch for Asterisk I would suggest compiling with --enable-dev-mode configured. It should catch compiler issues like this locally.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File channels/chan_dahdi.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17948/comment/d4fa4e3c_e3e5c1b5">Patch Set #1, Line 448:</a> <code style="font-family:monospace,monospace">unsigned int hearpulsing:0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Just a quick glance at this due to the compile errors, but the bitfield can't be a size of 0. If you only need one 1 bit then make it a 1.</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="null">File channels/sig_analog.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/17948/comment/8f083949_d87c71a8">Patch Set #1, Line 310:</a> <code style="font-family:monospace,monospace"> unsigned int hearpulsing:0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">The bitfield can't be a size of 0 (That's what the compiler is complaining about). If you only need one 1 bit then make it a 1.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Also, move this field to align with other bitfields above.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17948">change 17948</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.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.asterisk.org/c/asterisk/+/17948"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 18 </div>
<div style="display:none"> Gerrit-Change-Id: Ibcef6e21020ab6e64f16f4761ec1e0e7fce9c260 </div>
<div style="display:none"> Gerrit-Change-Number: 17948 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sarah Autumn <sarah@endlesstemple.org> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Kevin Harwell <kharwell@digium.com> </div>
<div style="display:none"> Gerrit-Attention: Sarah Autumn <sarah@endlesstemple.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Tue, 01 Feb 2022 00:02:46 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: Yes </div>
<div style="display:none"> Gerrit-MessageType: comment </div>