From ccae67aefc31d3f30be183c78f040abdead159d3 Mon Sep 17 00:00:00 2001 From: kmu Date: Tue, 28 Jan 2020 14:37:46 -0600 Subject: missing prototype warning --- testpar/t_2Gio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12