diff options
author | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-28 19:28:26 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-29 18:04:46 (GMT) |
commit | 63d8c003c62f0f97ec5ea83788da6ff9f19e790d (patch) | |
tree | 81e80670a1437a5bda8064fad77319783d0b5ee5 /testpar | |
parent | 46f76d06d74e75bd3edea68328826506dd06a1b9 (diff) | |
download | hdf5-63d8c003c62f0f97ec5ea83788da6ff9f19e790d.zip hdf5-63d8c003c62f0f97ec5ea83788da6ff9f19e790d.tar.gz hdf5-63d8c003c62f0f97ec5ea83788da6ff9f19e790d.tar.bz2 |
Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to develop
* commit '406330addf45529ecdd088f4d22e9aab9a03661d':
rename macro
change condition
pick up from Dave's fix
leave Wswitch-default for later fix
fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-compare, Wmisleading-indentation, Wshadow
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index e955269..513d00d 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -538,7 +538,6 @@ static int MpioTest2G( MPI_Comm comm, int mpi_rank ) hid_t plist_id; /* property list identifier */ hid_t filespace; /* file and memory dataspace identifiers */ int *data; /* pointer to data buffer to write */ - hsize_t chunk[3]; hsize_t h5_counts[3]; hsize_t h5_offsets[3]; |