diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-11-20 12:51:54 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-11-20 12:51:54 (GMT) |
commit | 79f45aacea7d711a649a3a5df3580cdd36c2fa17 (patch) | |
tree | 1dc9a8ee68f98c8305366807039e2f631b39b886 /src | |
parent | cc22fb0ae50a9bec334f7db76a2ec72b5e14a3e7 (diff) | |
parent | 13456df8a47fdcd8f96f170c9218e57a03066120 (diff) | |
download | hdf5-79f45aacea7d711a649a3a5df3580cdd36c2fa17.zip hdf5-79f45aacea7d711a649a3a5df3580cdd36c2fa17.tar.gz hdf5-79f45aacea7d711a649a3a5df3580cdd36c2fa17.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '13456df8a47fdcd8f96f170c9218e57a03066120':
Minor correction
Update list of tested platforms
Add VS2019 support
Fixed the H5_mpi_get_bigio_count function prototype
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index b5ee984..2b35bd4 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -2688,7 +2688,7 @@ H5_DLL herr_t H5_combine_path(const char *path1, const char *path2, char **ful #ifdef H5_HAVE_PARALLEL /* Generic MPI functions */ H5_DLL hsize_t H5_mpi_set_bigio_count(hsize_t new_count); -H5_DLL hsize_t H5_mpi_get_bigio_count(); +H5_DLL hsize_t H5_mpi_get_bigio_count(void); H5_DLL herr_t H5_mpi_comm_dup(MPI_Comm comm, MPI_Comm *comm_new); H5_DLL herr_t H5_mpi_info_dup(MPI_Info info, MPI_Info *info_new); H5_DLL herr_t H5_mpi_comm_free(MPI_Comm *comm); |