[Asterisk-code-review] lpc10: Avoid compiler warning when DONT OPTIMIZE/COMPILE DOU... (asterisk[15])

Alexander Traud asteriskteam at digium.com
Tue Oct 24 07:29:03 CDT 2017


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/6898


Change subject: lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE.
......................................................................

lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE.

ASTERISK-23556
Reported by: Marcello Ceschia

Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
---
M codecs/lpc10/invert.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/98/6898/1

diff --git a/codecs/lpc10/invert.c b/codecs/lpc10/invert.c
index 912117f..03c27e2 100644
--- a/codecs/lpc10/invert.c
+++ b/codecs/lpc10/invert.c
@@ -93,7 +93,8 @@
 /* Subroutine */ int invert_(integer *order, real *phi, real *psi, real *rc)
 {
     /* System generated locals */
-    integer phi_dim1, phi_offset, i__1, i__2, i__3;
+    unsigned i__2;
+    integer phi_dim1, phi_offset, i__1, i__3;
     real r__1, r__2;
 
     /* Local variables */

-- 
To view, visit https://gerrit.asterisk.org/6898
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
Gerrit-Change-Number: 6898
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171024/3b72dd6c/attachment.html>


More information about the asterisk-code-review mailing list