summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-09-30 00:02:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-09-30 00:02:13 (GMT)
commit7c7bedb1ad91b4d0da2a8de0b0fd0a45cb934699 (patch)
tree59fa2c71cd354680db45abdbec59e976d30b5d7d /src/H5I.c
parent72cf03cdbdce7b7bdfcac89c644129ca8ec39463 (diff)
downloadhdf5-7c7bedb1ad91b4d0da2a8de0b0fd0a45cb934699.zip
hdf5-7c7bedb1ad91b4d0da2a8de0b0fd0a45cb934699.tar.gz
hdf5-7c7bedb1ad91b4d0da2a8de0b0fd0a45cb934699.tar.bz2
[svn-r1695] Fixed various compiler warnings..
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 */