diff options
Diffstat (limited to 'src/H5Ostab.c')
-rw-r--r-- | src/H5Ostab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ostab.c b/src/H5Ostab.c index a5b0dc7..5c29942 100644 --- a/src/H5Ostab.c +++ b/src/H5Ostab.c @@ -218,7 +218,7 @@ H5O_stab_copy(const void *_mesg, void *_dest) *------------------------------------------------------------------------- */ static size_t -H5O_stab_size(H5F_t *f, const void *_mesg) +H5O_stab_size(H5F_t *f, const void *_mesg __attribute__((unused))) { FUNC_ENTER(H5O_stab_size, 0); FUNC_LEAVE(2 * H5F_SIZEOF_ADDR(f)); |