diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 13:44:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-14 13:44:59 (GMT) |
commit | 54949c497a470a4392bbacc0117734a4a80e8762 (patch) | |
tree | da0883f929fe2c8af02d527409774373734a8c48 /src/H5Eprivate.h | |
parent | f29e3e10975ee2164ca1ad1c0964108f3dc117d0 (diff) | |
download | hdf5-54949c497a470a4392bbacc0117734a4a80e8762.zip hdf5-54949c497a470a4392bbacc0117734a4a80e8762.tar.gz hdf5-54949c497a470a4392bbacc0117734a4a80e8762.tar.bz2 |
[svn-r7364] Purpose:
Code cleanup
Description:
Ran lint over code & cleaned up warnings.
Platforms tested:
FreeBSD 4.8 (sleipnir)
too small of changes to require h5committest
Diffstat (limited to 'src/H5Eprivate.h')
-rw-r--r-- | src/H5Eprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Eprivate.h b/src/H5Eprivate.h index 0a4832a..6f858f9 100644 --- a/src/H5Eprivate.h +++ b/src/H5Eprivate.h @@ -71,7 +71,7 @@ typedef struct H5E_print_t { */ #define HCOMMON_ERROR(maj, min, str) \ HERROR(maj, min, str); \ - H5E_dump_api_stack(H5_IS_API(FUNC)); + (void)H5E_dump_api_stack((int)H5_IS_API(FUNC)); /* * HDONE_ERROR macro, used to facilitate error reporting between a |