Fix uninitialized variable warning.
This commit is contained in:
parent
79d9a49d28
commit
386b178ef3
@ -7262,7 +7262,7 @@ static void doreturn(void)
|
||||
if (!matchtag_string(ident, tag))
|
||||
matchtag(curfunc->tag,tag,TRUE);
|
||||
if (ident==iARRAY || ident==iREFARRAY) {
|
||||
int dim[sDIMEN_MAX],numdim;
|
||||
int dim[sDIMEN_MAX], numdim = 0;
|
||||
cell arraysize;
|
||||
assert(sym!=NULL);
|
||||
if (sub!=NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user