summaryrefslogtreecommitdiffstats
path: root/src/H5HGcache.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-29 19:54:49 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-29 19:54:49 (GMT)
commit0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983 (patch)
tree42e57946bb179fa8f00d4184fa43ea0e9a2a0b7e /src/H5HGcache.c
parenta67f73add8e9d8d40b71ad59434c00a606f9bec8 (diff)
downloadhdf5-0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983.zip
hdf5-0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983.tar.gz
hdf5-0dfddee5a1db3ea096fb6fa358f8d0b3f15ae983.tar.bz2
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;