fix missing prototype warning

This commit is contained in:
kmu 2020-01-21 12:30:40 -06:00
parent 7366709e40
commit 9f80ffa1f1
3 changed files with 3 additions and 4 deletions

View File

@ -137,6 +137,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value) FUNC_LEAVE_NOAPI(ret_value)
} /* end H5P__macc_reg_prop() */ } /* end H5P__macc_reg_prop() */
#ifdef H5_HAVE_MAP_API
/*------------------------------------------------------------------------- /*-------------------------------------------------------------------------
* Function: H5Pset_map_iterate_hints * Function: H5Pset_map_iterate_hints
@ -214,4 +215,4 @@ H5Pget_map_iterate_hints(hid_t mapl_id, size_t *key_prefetch_size, size_t *key_a
done: done:
FUNC_LEAVE_API(ret_value) FUNC_LEAVE_API(ret_value)
} /* end H5Pget_map_iterate_hints() */ } /* end H5Pget_map_iterate_hints() */
#endif

View File

@ -552,7 +552,7 @@ dataset_vrfy(hsize_t start[], hsize_t count[], hsize_t stride[], hsize_t block[]
#define H5FILE_NAME "hugefile.h5" #define H5FILE_NAME "hugefile.h5"
#define DATASETNAME "dataset" #define DATASETNAME "dataset"
int MpioTest2G( MPI_Comm comm ) static int MpioTest2G( MPI_Comm comm )
{ {
/* /*
* HDF5 APIs definitions * HDF5 APIs definitions

View File

@ -110,8 +110,6 @@ const char *FILENAME[] = {
/* function prototypes */ /* function prototypes */
static int parse_args(int argc, char **argv); static int parse_args(int argc, char **argv);
extern int errno;
/* globals needed for getopt */ /* globals needed for getopt */
extern char *optarg; extern char *optarg;