lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE.

ASTERISK-23556
Reported by: Marcello Ceschia

Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
This commit is contained in:
Alexander Traud 2017-10-24 14:24:17 +02:00
parent 4760b2445c
commit 7126520b3e
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@ extern int invert_(integer *order, real *phi, real *psi, real *rc);
/* 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 */