summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-04-23 18:14:56 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:19 (GMT)
commit8767748f87d20e6c71fdc874d2e3d9f51677717a (patch)
treebe32dc8b360f44f3ecc8153e42207381c85b923d /config
parent7fd40ef81eee1313fd27e890ed1629c349a3b644 (diff)
downloadhdf5-8767748f87d20e6c71fdc874d2e3d9f51677717a.zip
hdf5-8767748f87d20e6c71fdc874d2e3d9f51677717a.tar.gz
hdf5-8767748f87d20e6c71fdc874d2e3d9f51677717a.tar.bz2
Add C++ warnings treated as error for autotools builds.
Diffstat (limited to 'config')
-rw-r--r--config/commence.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.am b/config/commence.am
index 41e0f3f..6e3d9a9 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -72,7 +72,7 @@ H5CPP=${DESTDIR}$(bindir)/h5c++
AM_CFLAGS=@AM_CFLAGS@ @H5_CFLAGS@ @H5_ECFLAGS@
AM_FCFLAGS=@AM_FCFLAGS@ @H5_FCFLAGS@
-AM_CXXFLAGS=@AM_CXXFLAGS@ @H5_CXXFLAGS@
+AM_CXXFLAGS=@AM_CXXFLAGS@ @H5_CXXFLAGS@ @H5_ECXXFLAGS@
AM_CPPFLAGS=@AM_CPPFLAGS@ @H5_CPPFLAGS@
AM_LDFLAGS=@AM_LDFLAGS@ @H5_LDFLAGS@