summaryrefslogtreecommitdiffstats
path: root/src/H5B2stat.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2013-07-26 22:14:03 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2013-07-26 22:14:03 (GMT)
commitcd7ba8ad55e7432bba2e778b6ffdceb7e8293907 (patch)
tree02c5ebbd1c7e0c0e045d39d3aad0ff06290c0e0a /src/H5B2stat.c
parent69e501fc70450eec20b5f20a248467347b69547c (diff)
downloadhdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.zip
hdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.tar.gz
hdf5-cd7ba8ad55e7432bba2e778b6ffdceb7e8293907.tar.bz2
[svn-r23939] Fix unused variables warnings in trunk
Rename static functions in H5Adense.c, H5B2cache.c, H5Bcache.c Switch these functions to use FUNC_ENTER_STATIC* macros Tested: koala
Diffstat (limited to 'src/H5B2stat.c')
-rw-r--r--src/H5B2stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5B2stat.c b/src/H5B2stat.c
index a8f1fbd..5e48a6f 100644
--- a/src/H5B2stat.c
+++ b/src/H5B2stat.c
@@ -86,7 +86,7 @@
herr_t
H5B2_stat_info(H5B2_t *bt2, H5B2_stat_t *info)
{
- FUNC_ENTER_NOAPI_NOINIT
+ FUNC_ENTER_NOAPI_NOINIT_NOERR
/* Check arguments. */
HDassert(info);