summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-05 18:14:26 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:17:27 (GMT)
commit2b863a81194d06a51a0c5f975e3f0746925d676a (patch)
treeabb007c8fd2b0a21ba6880d5d9d7ed928579be4b /configure.ac
parent5069cbf96fcd4d7b7180d38a9f4931aa7f09bba5 (diff)
downloadhdf5-2b863a81194d06a51a0c5f975e3f0746925d676a.zip
hdf5-2b863a81194d06a51a0c5f975e3f0746925d676a.tar.gz
hdf5-2b863a81194d06a51a0c5f975e3f0746925d676a.tar.bz2
Change some GCC warnings to errors. Fix code to quiet some warnings.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2819c5d..f7a6407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,11 @@ AC_SUBST([AR_FLAGS])
## H5_CFLAGS (and company) are for CFLAGS that should be used on HDF5, but
## not exported to h5cc (or h5fc, etc.)
+##
+## H5_ECFLAGS is for warnings that should be treated as errors.
+##
AC_SUBST([H5_CFLAGS])
+AC_SUBST([H5_ECFLAGS])
AC_SUBST([H5_CPPFLAGS])
AC_SUBST([H5_FCFLAGS])
AC_SUBST([H5_CXXFLAGS])