Skip to content
Snippets Groups Projects
Commit 0b05dafc authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "lpc10: Avoid compiler warning when DONT_OPTIMIZE/COMPILE_DOUBLE."

parents 909fe2f8 7126520b
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