summaryrefslogtreecommitdiffstats
path: root/src/H5Ocont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocont.c')
-rw-r--r--src/H5Ocont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ocont.c b/src/H5Ocont.c
index 433b178..b3f178d 100644
--- a/src/H5Ocont.c
+++ b/src/H5Ocont.c
@@ -205,7 +205,7 @@ H5O_cont_free(void *mesg)
HDassert(mesg);
- H5FL_FREE(H5O_cont_t, mesg);
+ (void)H5FL_FREE(H5O_cont_t, mesg);
FUNC_LEAVE_NOAPI(SUCCEED)
} /* end H5O_cont_free() */