Re: [PATCH,FORTRAN] Variable "value" possibly unused in io/read.c

2013-05-04 Thread Tobias Burnus
David Edelsohn wrote: All uses of "value" are protected by #if defined HAVE_GFC_REAL_16 || defined HAVE_GFC_REAL_10 so it may be unused, which generates a warning on some platforms. Bootstrapped on powerpc-ibm-aix7.1.0.0. Okay for trunk? * io/read.c (si_max): Annotate value with attribu

[PATCH,FORTRAN] Variable "value" possibly unused in io/read.c

2013-05-04 Thread David Edelsohn
All uses of "value" are protected by #if defined HAVE_GFC_REAL_16 || defined HAVE_GFC_REAL_10 so it may be unused, which generates a warning on some platforms. Bootstrapped on powerpc-ibm-aix7.1.0.0. Okay for trunk? Thanks, David * io/read.c (si_max): Annotate value with attribute unu