summaryrefslogtreecommitdiffstats
path: root/src/hdf5.lnt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-14 13:44:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-14 13:44:59 (GMT)
commit54949c497a470a4392bbacc0117734a4a80e8762 (patch)
treeda0883f929fe2c8af02d527409774373734a8c48 /src/hdf5.lnt
parentf29e3e10975ee2164ca1ad1c0964108f3dc117d0 (diff)
downloadhdf5-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/hdf5.lnt')
-rwxr-xr-xsrc/hdf5.lnt5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt
index f31c0a4..e311b5d 100755
--- a/src/hdf5.lnt
+++ b/src/hdf5.lnt
@@ -1,5 +1,6 @@
// Turn off warnings about not using the return value from these functions:
--esym(534, HDfprintf, H5E_clear, H5E_push)
+-esym(534, HDfprintf, HDsnprintf, HDvsnprintf)
+-esym(534, H5E_clear, H5E_push)
-esym(534, H5FL_arr_free, H5FL_blk_free, H5FL_reg_free)
-esym(534, H5I_clear_group, H5I_destroy_group)
-esym(534, H5MM_xfree)
@@ -28,7 +29,7 @@
-e820
// Suppress message about "Constant value boolean" in FUNC_ENTER* macros
--emacro(506,FUNC_ENTER_API,FUNC_ENTER_NOAPI)
+-emacro(506,FUNC_ENTER_API,FUNC_ENTER_API_NOCLEAR, FUNC_ENTER_NOAPI)
// Suppress message about "Suspicious cast" in FUNC_ENTER* macros
-emacro(611,FUNC_ENTER_API,FUNC_ENTER_NOAPI)