diff options
author | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-23 02:58:42 (GMT) |
---|---|---|
committer | Kimmy Mu <kmu@hdfgroup.org> | 2020-01-23 02:58:42 (GMT) |
commit | 720ba8624aefd5b10783629ab59cb91708c4fcde (patch) | |
tree | 85390a6d313e2198899ec0ca362a46f56196d726 /testpar | |
parent | 8ce59829e4064debc973ec750cd700eec288a19f (diff) | |
parent | 9f80ffa1f1908975b3100814b2529bf779521e13 (diff) | |
download | hdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.zip hdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.tar.gz hdf5-720ba8624aefd5b10783629ab59cb91708c4fcde.tar.bz2 |
Merge pull request #2292 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/prototype to develop
* commit '9f80ffa1f1908975b3100814b2529bf779521e13':
fix missing prototype warning
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_2Gio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_2Gio.c b/testpar/t_2Gio.c index 711f587..a49fefe 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -552,7 +552,7 @@ dataset_vrfy(hsize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[] #define H5FILE_NAME "hugefile.h5" #define DATASETNAME "dataset" -int MpioTest2G( MPI_Comm comm ) +static int MpioTest2G( MPI_Comm comm ) { /* * HDF5 APIs definitions |