Skip to content

Commit 652bf6b

Browse files
committed
Initialize local variable to remove a compiler warning
1 parent 9fa64b9 commit 652bf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lapack-netlib/SRC/iparmq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ integer iparmq_(integer *ispec, char *name__, char *opts, integer *n, integer
745745
/* Local variables */
746746
integer i__, ic, nh, ns, iz;
747747
char subnam[6];
748-
integer name_len;
748+
integer name_len=0;
749749

750750
/* -- LAPACK auxiliary routine (version 3.7.1) -- */
751751
/* -- LAPACK is a software package provided by Univ. of Tennessee, -- */

0 commit comments

Comments
 (0)