summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-13 12:34:07 (GMT)
committerGitHub <noreply@github.com>2023-09-13 12:34:07 (GMT)
commit157dda4887374ef1a3399e1959789a401b5e1c0e (patch)
tree865b540cddf78f2f2d6f2f0cf762fd01e2ccbe85
parentdb9053e2dc940d852850a8f48cce5a477d9724f4 (diff)
downloadhdf5-157dda4887374ef1a3399e1959789a401b5e1c0e.zip
hdf5-157dda4887374ef1a3399e1959789a401b5e1c0e.tar.gz
hdf5-157dda4887374ef1a3399e1959789a401b5e1c0e.tar.bz2
quiet warning on sunspot (gcc 11.2.0) (#3534)
-rw-r--r--testpar/t_vfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_vfd.c b/testpar/t_vfd.c
index cf6c4c9..9ae73ea 100644
--- a/testpar/t_vfd.c
+++ b/testpar/t_vfd.c
@@ -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