<p>Sean Bright has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9980">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">app_queue: Silence GCC 8 compiler warning<br><br>Change-Id: I18577590da46829c1ea7d8b82e41d69f105baa10<br>---<br>M apps/app_queue.c<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.asterisk.org:29418/asterisk refs/changes/80/9980/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/apps/app_queue.c b/apps/app_queue.c</span><br><span>index 31580b4..12f09ec 100644</span><br><span>--- a/apps/app_queue.c</span><br><span>+++ b/apps/app_queue.c</span><br><span>@@ -9932,7 +9932,7 @@</span><br><span>     case 6: /* only one possible match, "penalty" */</span><br><span>           return state == 0 ? ast_strdup("penalty") : NULL;</span><br><span>  case 7:</span><br><span style="color: hsl(0, 100%, 40%);">-         if (state < 100) {      /* 0-99 */</span><br><span style="color: hsl(120, 100%, 40%);">+         if (0 <= state && state < 100) {      /* 0-99 */</span><br><span>                       char *num;</span><br><span>                   if ((num = ast_malloc(3))) {</span><br><span>                                 sprintf(num, "%d", state);</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9980">change 9980</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/9980"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I18577590da46829c1ea7d8b82e41d69f105baa10 </div>
<div style="display:none"> Gerrit-Change-Number: 9980 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Sean Bright <sean.bright@gmail.com> </div>