On Sat, Jan 6, 2018 at 7:04 PM, Jerry DeLisle <jvdeli...@charter.net> wrote: > Janne, > > found this unused warning so need to delete as shown: > > diff --git a/libgfortran/io/write.c b/libgfortran/io/write.c > index c04d243dc08..9639c3092f8 100644 > --- a/libgfortran/io/write.c > +++ b/libgfortran/io/write.c > @@ -2372,7 +2372,6 @@ void > namelist_write (st_parameter_dt *dtp) > { > namelist_info *t1, *t2, *dummy = NULL; > - index_type i; > index_type dummy_offset = 0; > char c; > char *dummy_name = NULL;
Thanks, committed r256314 as obvious. -- Janne Blomqvist