diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-21 18:30:40 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:31:51 (GMT) |
commit | 742aa75cd0a729168a09f05492454baa37baea4b (patch) | |
tree | 9456d96a84b5c7ccd474db3a960f3f90a0f56054 /testpar | |
parent | af79e1613e4febe5916f4a30388de520f0db3abb (diff) | |
download | hdf5-742aa75cd0a729168a09f05492454baa37baea4b.zip hdf5-742aa75cd0a729168a09f05492454baa37baea4b.tar.gz hdf5-742aa75cd0a729168a09f05492454baa37baea4b.tar.bz2 |
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 d48dfca..98ba557 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 |