summaryrefslogtreecommitdiffstats
path: root/config/gnu-fflags
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-03-08 06:38:33 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-03-08 06:38:33 (GMT)
commita1035bd80624807b3ed31a67575a68f577c0e48c (patch)
tree07a38c27104a83fff5de19d9ac5896a48e35f748 /config/gnu-fflags
parentb18aaf39f0a9c530d570acf206710d2aa158953e (diff)
downloadhdf5-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/gnu-fflags')
-rw-r--r--config/gnu-fflags2
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.