diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-10 04:04:12 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-10 04:04:12 (GMT) |
commit | 0b846cee58af147e92a3ba7db45497fd9eaa09b4 (patch) | |
tree | 98486856888d5204e4c1ac10cc96f859ba04437e /src/H5FSint.c | |
parent | fb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163 (diff) | |
download | hdf5-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.c | 3 |
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() */ |