diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-05-06 22:59:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 22:59:52 (GMT) |
commit | cd4d97218f75c545be14f3148f2c64fd3c60337b (patch) | |
tree | e92d760f5517d171c0689195910bfbc27d3a1786 /test/cache_image.c | |
parent | 8ad163381083dfc6f0384deb793ba6ad59a936c5 (diff) | |
parent | ca737ece9acd8168d9df4a08c9907a294053a883 (diff) | |
download | hdf5-feature/werror-restrict.zip hdf5-feature/werror-restrict.tar.gz hdf5-feature/werror-restrict.tar.bz2 |
Merge branch 'develop' into feature/werror-restrictfeature/werror-restrict
Diffstat (limited to 'test/cache_image.c')
-rw-r--r-- | test/cache_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_image.c b/test/cache_image.c index 419eb58..9a4b6b7 100644 --- a/test/cache_image.c +++ b/test/cache_image.c @@ -7510,7 +7510,7 @@ get_free_sections_test(hbool_t single_file_vfd) *------------------------------------------------------------------------- */ static unsigned -evict_on_close_test(hbool_t single_file_vfd) +evict_on_close_test(hbool_t H5_ATTR_PARALLEL_UNUSED single_file_vfd) { #ifndef H5_HAVE_PARALLEL const char *fcn_name = "evict_on_close_test()"; |