mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE.
ASTERISK-23556 Reported by: Marcello Ceschia Change-Id: Ic27e88e0336a0d83877dc857938659dc5560b93c
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user