diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-05 15:30:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-05 15:30:11 (GMT) |
commit | 4747e2f2ad58bd00878a5c669df3ea7f02eabb5a (patch) | |
tree | 019cdae03d8f7e5f38957fceadffc1df7e7b32ef /tools/test/h5dump | |
parent | 4f74548f53301520b476b4dba9f473ca139c5df2 (diff) | |
parent | c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59 (diff) | |
download | hdf5-4747e2f2ad58bd00878a5c669df3ea7f02eabb5a.zip hdf5-4747e2f2ad58bd00878a5c669df3ea7f02eabb5a.tar.gz hdf5-4747e2f2ad58bd00878a5c669df3ea7f02eabb5a.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59':
Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/h5dumpgentest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/h5dumpgentest.c b/tools/test/h5dump/h5dumpgentest.c index ad70770..4ceed73 100644 --- a/tools/test/h5dump/h5dumpgentest.c +++ b/tools/test/h5dump/h5dumpgentest.c @@ -3760,7 +3760,7 @@ void gent_multi(void) HDassert(HDstrlen(multi_letters) == H5FD_MEM_NTYPES); - for(mt = H5FD_MEM_DEFAULT; mt < H5FD_MEM_NTYPES; H5_INC_ENUM(H5FD_mem_t,mt)) { + for(mt = H5FD_MEM_DEFAULT; mt < H5FD_MEM_NTYPES; mt++) { memb_fapl[mt] = H5P_DEFAULT; memb_map[mt] = mt; HDsprintf(sv[mt], "%%s-%c.h5", multi_letters[mt]); |