summaryrefslogtreecommitdiffstats
path: root/config/commence.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2021-03-25 02:11:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2021-03-25 02:11:34 (GMT)
commit711d12bb586b23d5bdea4f57fe0101255324cc78 (patch)
treed7a72c80f662482628a6cbbc90b2767531d93167 /config/commence.am
parent67cfa2396ce633d01138069f6c0081bbadb1e4a3 (diff)
downloadhdf5-711d12bb586b23d5bdea4f57fe0101255324cc78.zip
hdf5-711d12bb586b23d5bdea4f57fe0101255324cc78.tar.gz
hdf5-711d12bb586b23d5bdea4f57fe0101255324cc78.tar.bz2
Brings the 'warnings-as-errors' changes from develop
Diffstat (limited to 'config/commence.am')
-rw-r--r--config/commence.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.am b/config/commence.am
index 5ddbc72..486dea7 100644
--- a/config/commence.am
+++ b/config/commence.am
@@ -70,9 +70,9 @@ H5CPP=${DESTDIR}$(bindir)/h5c++
# instead of CFLAGS, as CFLAGS is reserved solely for the user to define.
# This applies to FCFLAGS, CXXFLAGS, CPPFLAGS, and LDFLAGS as well.
-AM_CFLAGS=@AM_CFLAGS@ @H5_CFLAGS@ @H5_ECFLAGS@
+AM_CFLAGS=@AM_CFLAGS@ @H5_CFLAGS@
AM_FCFLAGS=@AM_FCFLAGS@ @H5_FCFLAGS@
-AM_CXXFLAGS=@AM_CXXFLAGS@ @H5_CXXFLAGS@ @H5_ECXXFLAGS@
+AM_CXXFLAGS=@AM_CXXFLAGS@ @H5_CXXFLAGS@
AM_CPPFLAGS=@AM_CPPFLAGS@ @H5_CPPFLAGS@
AM_LDFLAGS=@AM_LDFLAGS@ @H5_LDFLAGS@