diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-03-25 09:11:45 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-03-25 09:11:45 (GMT) |
commit | df685806b2903a0190bb12732f022751754b33d6 (patch) | |
tree | b190d3e299431d5348862954c8d0ff3e60d07493 /src/H5ACmpio.c | |
parent | c0c978e62798a4336f3b368deba164b6d81fdcfd (diff) | |
download | hdf5-df685806b2903a0190bb12732f022751754b33d6.zip hdf5-df685806b2903a0190bb12732f022751754b33d6.tar.gz hdf5-df685806b2903a0190bb12732f022751754b33d6.tar.bz2 |
Fixes phdf5
Diffstat (limited to 'src/H5ACmpio.c')
-rw-r--r-- | src/H5ACmpio.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5ACmpio.c b/src/H5ACmpio.c index a18b658..1ae6cc4 100644 --- a/src/H5ACmpio.c +++ b/src/H5ACmpio.c @@ -15,7 +15,7 @@ * * Created: H5ACmpio.c * Jun 20 2015 - * Quincey Koziol <koziol@hdfgroup.org> + * Quincey Koziol * * Purpose: Functions in this file implement support for parallel * I/O cache functionality @@ -482,7 +482,8 @@ done: *------------------------------------------------------------------------- */ static herr_t -H5AC__construct_candidate_list(H5AC_t *cache_ptr, H5AC_aux_t H5_ATTR_SANITY_CHECK *aux_ptr, int sync_point_op) +H5AC__construct_candidate_list(H5AC_t *cache_ptr, H5AC_aux_t H5_ATTR_NDEBUG_UNUSED *aux_ptr, + int sync_point_op) { herr_t ret_value = SUCCEED; /* Return value */ |