diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-28 20:37:46 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-28 20:37:46 (GMT) |
commit | ccae67aefc31d3f30be183c78f040abdead159d3 (patch) | |
tree | 7d8c0a23e3ab61a540519ce1b2671ec23f3a8885 | |
parent | 3509872fe410c5bcf57a642ad79d98f4d07c7c7f (diff) | |
download | hdf5-ccae67aefc31d3f30be183c78f040abdead159d3.zip hdf5-ccae67aefc31d3f30be183c78f040abdead159d3.tar.gz hdf5-ccae67aefc31d3f30be183c78f040abdead159d3.tar.bz2 |
missing prototype warning
-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 e833a0a..1d6f87c 100644 --- a/testpar/t_2Gio.c +++ b/testpar/t_2Gio.c @@ -525,7 +525,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, int mpi_rank ) +static int MpioTest2G( MPI_Comm comm, int mpi_rank ) { /* * HDF5 APIs definitions |