summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-02-28 16:41:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-02-28 16:41:57 (GMT)
commitcf932610999de00867c0a0bb3a08ee3bbf39a158 (patch)
tree137cc7a05170aa3b42c7791b7c162b5b7e014742 /testpar
parent5db402afbb6be6a4219ccd517d0462c5c6cc26f7 (diff)
downloadhdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.zip
hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.gz
hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.bz2
Correct issues from pull request reviews.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c
index 568c28f..0e69557 100644
--- a/testpar/t_cache.c
+++ b/testpar/t_cache.c
@@ -4339,8 +4339,7 @@ verify_writes(unsigned num_writes,
{
const hbool_t report = FALSE;
hbool_t proceed = TRUE;
- int i = 0;
- unsigned u;
+ unsigned u = 0;
HDassert( world_mpi_rank != world_server_mpi_rank );
HDassert( ( num_writes == 0 ) ||