summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5I.c b/src/H5I.c
index 54026e9..126cb3d 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -1158,6 +1158,7 @@ H5I_release_id_node(H5I_id_info_t *id)
*
*-------------------------------------------------------------------------
*/
+#ifdef H5I_DEBUG
static herr_t
H5I_debug(H5I_type_t grp)
{
@@ -1204,4 +1205,5 @@ H5I_debug(H5I_type_t grp)
FUNC_LEAVE(SUCCEED);
}
+#endif /* H5I_DEBUG */