diff options
author | kmu <kmu@hdfgroup.org> | 2020-01-21 18:30:40 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2020-01-21 18:30:40 (GMT) |
commit | 9f80ffa1f1908975b3100814b2529bf779521e13 (patch) | |
tree | e3c58b64aa330ee21da6a7d6a5686f2cb38bf365 /testpar/t_2Gio.c | |
parent | 7366709e4000a96a9942934da0d13474213567f3 (diff) | |
download | hdf5-9f80ffa1f1908975b3100814b2529bf779521e13.zip hdf5-9f80ffa1f1908975b3100814b2529bf779521e13.tar.gz hdf5-9f80ffa1f1908975b3100814b2529bf779521e13.tar.bz2 |
fix missing prototype warning
Diffstat (limited to 'testpar/t_2Gio.c')
-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 |