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

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


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


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/96/6896/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/6896
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
Gerrit-Change-Number: 6896
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/42365329/attachment-0001.html>


More information about the asterisk-code-review mailing list