summaryrefslogtreecommitdiffstats
path: root/src/H5HGcache.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-29 20:57:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-29 20:57:43 (GMT)
commita1a05d220a037a6f035cadd9316f0eaca88e300f (patch)
tree42e57946bb179fa8f00d4184fa43ea0e9a2a0b7e /src/H5HGcache.c
parentfa9ea3b127abb5a060b28902560010173bfdbcd0 (diff)
parent0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983 (diff)
downloadhdf5-a1a05d220a037a6f035cadd9316f0eaca88e300f.zip
hdf5-a1a05d220a037a6f035cadd9316f0eaca88e300f.tar.gz
hdf5-a1a05d220a037a6f035cadd9316f0eaca88e300f.tar.bz2
Merge pull request #2616 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit '0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983': Normalization with develop in the MD cache clients.
Diffstat (limited to 'src/H5HGcache.c')
-rw-r--r--src/H5HGcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5HGcache.c b/src/H5HGcache.c
index df4dee3..f7e6456 100644
--- a/src/H5HGcache.c
+++ b/src/H5HGcache.c
@@ -202,7 +202,7 @@ H5HG__cache_heap_get_initial_load_size(void H5_ATTR_UNUSED *_udata, size_t *imag
*-------------------------------------------------------------------------
*/
static herr_t
-H5HG__cache_heap_get_final_load_size(const void *image, size_t image_len,
+H5HG__cache_heap_get_final_load_size(const void *image, size_t H5_ATTR_NDEBUG_UNUSED image_len,
void *udata, size_t *actual_len)
{
H5HG_heap_t heap; /* Global heap */
@@ -432,7 +432,7 @@ H5HG__cache_heap_image_len(const void *_thing, size_t *image_len)
*-------------------------------------------------------------------------
*/
static herr_t
-H5HG__cache_heap_serialize(const H5F_t *f, void *image, size_t len,
+H5HG__cache_heap_serialize(const H5F_t H5_ATTR_NDEBUG_UNUSED *f, void *image, size_t len,
void *_thing)
{
H5HG_heap_t *heap = (H5HG_heap_t *)_thing;