summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5O.c b/src/H5O.c
index 271de27..a4a3ed4 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -346,8 +346,8 @@ H5O_close(H5G_entry_t *obj_ent)
*-------------------------------------------------------------------------
*/
static H5O_t *
-H5O_load(H5F_t *f, haddr_t addr, const void UNUSED *_udata1,
- void UNUSED *_udata2)
+H5O_load(H5F_t *f, haddr_t addr, const void * UNUSED _udata1,
+ void * UNUSED _udata2)
{
H5O_t *oh = NULL;
H5O_t *ret_value = NULL;