Skip to content
Snippets Groups Projects
Commit 7126520b authored by Alexander Traud's avatar Alexander Traud
Browse files

lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE.

ASTERISK-23556
Reported by: Marcello Ceschia

Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
parent 4760b244
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment