summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-03-28 01:19:22 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-03-28 01:19:22 (GMT)
commit2a06f943779fd3cc04d93ad6ec9a94a28035c50d (patch)
treee814a5df1a7e5225e5f0434e67dc9d7a966f2349 /src/libhdf5.settings.in
parentfeb0f521b16b79485c22c86a630a1d91cb680a61 (diff)
parentf5cb547825e462c3299b6f41d03a71aa6faef950 (diff)
downloadhdf5-2a06f943779fd3cc04d93ad6ec9a94a28035c50d.zip
hdf5-2a06f943779fd3cc04d93ad6ec9a94a28035c50d.tar.gz
hdf5-2a06f943779fd3cc04d93ad6ec9a94a28035c50d.tar.bz2
Merge pull request #2476 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_vol_update to tools_vol_update
* commit 'f5cb547825e462c3299b6f41d03a71aa6faef950': (29 commits) Minor renaming in h5dump (addr --> token) Correct macro check Add extensive warnings to tools executables Reorg comments Correct warning flag form Because of tools macro, this needs to be a warning unused set-variable in macro Fix Werror issues in JNI and tools TRILAB-192 fix JNI shadow warning TRILAB-192 restrict extensive warnings to libraries TRILAB-24 use CHECK_STRUCT_HAS_MEMBER TRILAB-192 add release note TRILAB-192 Identify warnings that fail as errors Correct failure when allocation tracking are disabled. Update the MANIFEST for the autoconf/cmake shared warnings files. Correct syntax Update CMake compiler flags to use same set of warnings Revise API for H5get_alloc_stats() to take a struct instead of separate values. Allow use of INTEL icl/icl++ for clang Move the GNU warnings configuration under config/gnu-warnings/ and trim the filename prefixes. Update config/gnu-flags to suit. ...
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index 1591bed..0c2be75 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -39,7 +39,7 @@ Languages:
H5_CPPFLAGS: @H5_CPPFLAGS@
AM_CPPFLAGS: @AM_CPPFLAGS@
C Flags: @CFLAGS@
- H5 C Flags: @H5_CFLAGS@
+ H5 C Flags: @H5_CFLAGS@ @H5_ECFLAGS@
AM C Flags: @AM_CFLAGS@
Shared C Library: @enable_shared@
Static C Library: @enable_static@