summaryrefslogtreecommitdiffstats
path: root/src/H5Gent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gent.c')
-rw-r--r--src/H5Gent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gent.c b/src/H5Gent.c
index 2a95778..66c08ae 100644
--- a/src/H5Gent.c
+++ b/src/H5Gent.c
@@ -349,8 +349,8 @@ H5G_ent_encode(H5F_t *f, uint8 **pp, H5G_entry_t *ent)
*-------------------------------------------------------------------------
*/
herr_t
-H5G_ent_debug(H5F_t *f __attribute__((unused)), H5G_entry_t *ent,
- FILE * stream, intn indent, intn fwidth)
+H5G_ent_debug(H5F_t __unused__ *f, H5G_entry_t *ent, FILE * stream,
+ intn indent, intn fwidth)
{
FUNC_ENTER(H5G_ent_debug, FAIL);