summaryrefslogtreecommitdiffstats
path: root/src/H5FSint.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-11-10 04:04:12 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-11-10 04:04:12 (GMT)
commit0b846cee58af147e92a3ba7db45497fd9eaa09b4 (patch)
tree98486856888d5204e4c1ac10cc96f859ba04437e /src/H5FSint.c
parentfb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163 (diff)
downloadhdf5-0b846cee58af147e92a3ba7db45497fd9eaa09b4.zip
hdf5-0b846cee58af147e92a3ba7db45497fd9eaa09b4.tar.gz
hdf5-0b846cee58af147e92a3ba7db45497fd9eaa09b4.tar.bz2
Cleaned up misc warnings in src and test.
Diffstat (limited to 'src/H5FSint.c')
-rw-r--r--src/H5FSint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FSint.c b/src/H5FSint.c
index 4297291..264950d 100644
--- a/src/H5FSint.c
+++ b/src/H5FSint.c
@@ -96,10 +96,9 @@ H5FS_init(void)
{
herr_t ret_value = SUCCEED; /* Return value */
- FUNC_ENTER_NOAPI(FAIL)
+ FUNC_ENTER_NOAPI_NOERR
/* FUNC_ENTER() does all the work */
-done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5FS_init() */