summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_zoo_writer.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-11 22:24:53 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-11 22:24:53 (GMT)
commitcc6e4055cb47b08a131d5dc9d04495a81573b596 (patch)
tree61ec02e27a9280eafe442c70e889938a0be2b11b /test/vfd_swmr_zoo_writer.c
parent562d5beab2cb2cb6e9bbe4d5a3e4cfb7b45484f7 (diff)
downloadhdf5-cc6e4055cb47b08a131d5dc9d04495a81573b596.zip
hdf5-cc6e4055cb47b08a131d5dc9d04495a81573b596.tar.gz
hdf5-cc6e4055cb47b08a131d5dc9d04495a81573b596.tar.bz2
Don't initialize `seed` without need. NFCI.
Diffstat (limited to 'test/vfd_swmr_zoo_writer.c')
-rw-r--r--test/vfd_swmr_zoo_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd_swmr_zoo_writer.c b/test/vfd_swmr_zoo_writer.c
index 8c04a4a..a58098a 100644
--- a/test/vfd_swmr_zoo_writer.c
+++ b/test/vfd_swmr_zoo_writer.c
@@ -226,7 +226,7 @@ main(int argc, char **argv)
bool wait_for_signal;
int ch;
char vector[8];
- unsigned seed = 1;
+ unsigned seed;
unsigned long tmpl;
char *end, *ostate;
const char *seedvar = "H5_ZOO_STEP_SEED";