summaryrefslogtreecommitdiffstats
path: root/src/H5HG.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HG.c')
-rw-r--r--src/H5HG.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5HG.c b/src/H5HG.c
index e6cdf66..ac4f8c7 100644
--- a/src/H5HG.c
+++ b/src/H5HG.c
@@ -206,8 +206,8 @@ H5HG_create (H5F_t *f, size_t size)
*-------------------------------------------------------------------------
*/
static H5HG_heap_t *
-H5HG_load (H5F_t *f, const haddr_t *addr, const void __unused__ *udata1,
- void __unused__ *udata2)
+H5HG_load (H5F_t *f, const haddr_t *addr, const void UNUSED *udata1,
+ void UNUSED *udata2)
{
H5HG_heap_t *heap = NULL;
H5HG_heap_t *ret_value = NULL;