diff options
-rw-r--r-- | test/links.c | 2 | ||||
-rw-r--r-- | 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 ) || |