quiet warning on sunspot (gcc 11.2.0) (#3534)

This commit is contained in:
Scot Breitenfeld 2023-09-13 07:34:07 -05:00 committed by GitHub
parent db9053e2dc
commit 157dda4887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5902,7 +5902,7 @@ main(int argc, char **argv)
int provided = 0;
#endif
int mpi_size;
int mpi_rank;
int mpi_rank = 0;
int ret;
#ifdef H5_HAVE_SUBFILING_VFD