summaryrefslogtreecommitdiffstats
path: root/src/hdf5.lnt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-23 15:55:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-23 15:55:06 (GMT)
commit2eee483e9badddec9f182e7be848ce4b343b05da (patch)
tree2edffc77106e39eaf5d5aba9815a10c0f56e8869 /src/hdf5.lnt
parent57993b61d374ae5cb9a956d9ee28bb7cdc7064ea (diff)
downloadhdf5-2eee483e9badddec9f182e7be848ce4b343b05da.zip
hdf5-2eee483e9badddec9f182e7be848ce4b343b05da.tar.gz
hdf5-2eee483e9badddec9f182e7be848ce4b343b05da.tar.bz2
[svn-r7393] Purpose:
Code cleanup Description: De-linted more code Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel too minor to require h5committest
Diffstat (limited to 'src/hdf5.lnt')
-rwxr-xr-xsrc/hdf5.lnt11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt
index eb433bd..ad2a447 100755
--- a/src/hdf5.lnt
+++ b/src/hdf5.lnt
@@ -12,7 +12,11 @@
-esym(528, H5V_vector_cmp, H5V_vector_cmp_s, H5V_vector_cmp_u)
-esym(528, H5V_vector_zerop_s, H5V_vector_zerop_u)
-// Turn off warnings about not "Expression-like macro not parenthesized" for
+// Turn off warnings about "Ignoring return value of function" for
+// H5open() in public error macros
+-emacro(534, H5Epush_ret, H5Epush_goto)
+
+// Turn off warnings about "Expression-like macro not parenthesized" for
// enumerated type increment & decrement macros:
-esym(773, H5_INC_ENUM, H5_DEC_ENUM)
@@ -20,7 +24,7 @@
-esym(750, PABLO_MASK)
// Suppress message about our use of 'goto' in our error macros
--emacro(801,HGOTO_DONE)
+-emacro(801,HGOTO_DONE, H5Epush_goto)
// Suppress message about using 'goto' in a few functions
-efunc(801,H5_term_library,H5_trace)
@@ -81,6 +85,7 @@
H5FDcore.c
H5FDfamily.c
H5FDlog.c
+ H5FDmulti.c
H5V.c
H5Z.c
@@ -93,4 +98,6 @@
macros cleaned up and the PABLO_MASK adjusted, but have not been linted:
H5FDfphdf5.c
H5FDgass.c
+ H5FDmpio.c
+ H5FDmpiposix.c
*/