mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
fix missing prototype warning
This commit is contained in:
parent
7366709e40
commit
9f80ffa1f1
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user