summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-25 17:59:37 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commit03a86e551de0727d2ec75b24c606534feaf87ba0 (patch)
tree8c998177d314fa2ec2295689542531637e326569 /configure.ac
parent5e3e0308dbf5880ffc8b403fac7233ce6c6d4413 (diff)
downloadhdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.zip
hdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.tar.gz
hdf5-03a86e551de0727d2ec75b24c606534feaf87ba0.tar.bz2
Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will
occur. Next commit will demote the warnings promoted to errors back to warnings again.
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])