Hi
On Debian Sid, using
$gfortran -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang
--prefix=/usr --enable-shared --with-system-zlib
--libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit
--enable-libstdcxx-allocator=mt --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-gc=boehm
--enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.2 (Debian 4.0.2-2)
I am getting the following warnings when compiling with
gfortran and using -Wall option. There are no warning
when -Wall flag is not used. However the gcc manual
advises to compile programs with -Wall option. So it is
a good idea to get rid of these warnings in gnuplotfortran.
I executed the following command
$gfortran -O2 -Wall -c gnuplot_fortran95.f90 2>&1 | tee
warnings.log
and the warnings.log is attached in this email.