diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-28 16:41:57 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-02-28 16:41:57 (GMT) |
commit | cf932610999de00867c0a0bb3a08ee3bbf39a158 (patch) | |
tree | 137cc7a05170aa3b42c7791b7c162b5b7e014742 | |
parent | 5db402afbb6be6a4219ccd517d0462c5c6cc26f7 (diff) | |
download | hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.zip hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.gz hdf5-cf932610999de00867c0a0bb3a08ee3bbf39a158.tar.bz2 |
Correct issues from pull request reviews.
-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 ) || |