diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-08 06:38:33 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-08 06:38:33 (GMT) |
commit | a1035bd80624807b3ed31a67575a68f577c0e48c (patch) | |
tree | 07a38c27104a83fff5de19d9ac5896a48e35f748 /config | |
parent | b18aaf39f0a9c530d570acf206710d2aa158953e (diff) | |
download | hdf5-a1035bd80624807b3ed31a67575a68f577c0e48c.zip hdf5-a1035bd80624807b3ed31a67575a68f577c0e48c.tar.gz hdf5-a1035bd80624807b3ed31a67575a68f577c0e48c.tar.bz2 |
[svn-r29336] Removed unused variables from Fortran code.
Updated gnu Fortran flags.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
autotools serial w/ Fortran
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-fflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-fflags b/config/gnu-fflags index 62498a9..4585735 100644 --- a/config/gnu-fflags +++ b/config/gnu-fflags @@ -76,7 +76,7 @@ if test "X-gfortran" = "X-$f9x_vendor"; then FC_BASENAME=gfortran40 F9XSUFFIXFLAG="" FSEARCH_DIRS="" - H5_FCFLAGS="$H5_FCFLAGS -pedantic -Wall -Wconversion -Wunderflow -Wimplicit-interface -W" + H5_FCFLAGS="$H5_FCFLAGS -pedantic -Wall -Wextra -Wunderflow -Wimplicit-interface -Wsurprising" # Turn off warnings for passing non-ANSI types to BIND(). # We pass a lot of hid_t, etc. types so this generates a LOT of spurious warnings. |