diff options
Diffstat (limited to 'test/fheap.c')
-rw-r--r-- | test/fheap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fheap.c b/test/fheap.c index 558cb44..a59c27f 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -498,7 +498,7 @@ get_del_string(const fheap_test_param_t *tparam) * *------------------------------------------------------------------------- */ -static size_t +H5_ATTR_PURE static size_t get_fill_size(const fheap_test_param_t *tparam) { switch(tparam->fill) { |