diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-26 20:07:10 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-26 20:07:10 (GMT) |
commit | 3b63db5f7fb8299ab60a2af8a709e9e33764c11e (patch) | |
tree | 9ac07c759d0cfc77f5c599268cc99d540ea74057 /src/H5Obogus.c | |
parent | b232f57b9bf48b647f655750b53faf6aabbf74b9 (diff) | |
download | hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.zip hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.tar.gz hdf5-3b63db5f7fb8299ab60a2af8a709e9e33764c11e.tar.bz2 |
[svn-r9459] Purpose:
Code cleanup
Description:
Clean up minor warnings and align with release branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel & FPH5
Solaris 2.7 (arabica) w/production mode
Linux 2.4 (heping) w/C++ and FORTRAN
Diffstat (limited to 'src/H5Obogus.c')
-rw-r--r-- | src/H5Obogus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Obogus.c b/src/H5Obogus.c index ddd0a2c..e6f7931 100644 --- a/src/H5Obogus.c +++ b/src/H5Obogus.c @@ -179,7 +179,7 @@ H5O_bogus_size(H5F_t UNUSED *f, const void UNUSED *mesg) /* check args */ assert(f); - FUNC_LEAVE(4); + FUNC_LEAVE_NOAPI(4); } /* end H5O_bogus_size() */ |