From cf932610999de00867c0a0bb3a08ee3bbf39a158 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 28 Feb 2017 08:41:57 -0800 Subject: Correct issues from pull request reviews. --- test/links.c | 2 +- testpar/t_cache.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/test/links.c b/test/links.c index cba659e..3aff68b 100644 --- a/test/links.c +++ b/test/links.c @@ -21,7 +21,7 @@ */ /* - * This file needs to access private information from the H5G package. + * This file needs to access private information from the H5FD package. * This file also needs to access the group testing code. */ #define H5FD_FRIEND /*suppress error about including H5FDpkg */ 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 ) || -- cgit v0.12