diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 00:17:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-30 00:17:17 (GMT) |
commit | 981ba55190b978b3e67223df0a7049c65c826a1a (patch) | |
tree | b34030397f3a227d6fd2aa90b0f57b26f1cab554 /src/H5HFtiny.c | |
parent | 03d1221bd821c397bb4a2222e3c7b49fa93fd96e (diff) | |
download | hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.zip hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.tar.gz hdf5-981ba55190b978b3e67223df0a7049c65c826a1a.tar.bz2 |
[svn-r17266] Description:
Clean up various compiler warnings from IRIX64 build
Tested on:
Mac OS X/32 (amazon) debug & production
(yes, I know it's not an IRIX64 system :-)
Too minor to require h5committest
Diffstat (limited to 'src/H5HFtiny.c')
-rw-r--r-- | src/H5HFtiny.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFtiny.c b/src/H5HFtiny.c index 5f5b295..ce91bd1 100644 --- a/src/H5HFtiny.c +++ b/src/H5HFtiny.c @@ -291,7 +291,7 @@ H5HF_tiny_op_real(H5HF_hdr_t *hdr, const uint8_t *id, H5HF_operator_t op, HGOTO_ERROR(H5E_HEAP, H5E_CANTOPERATE, FAIL, "application's callback failed") done: - FUNC_LEAVE_NOAPI(SUCCEED) + FUNC_LEAVE_NOAPI(ret_value) } /* end H5HF_tiny_op_real() */ |