diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 19:14:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-14 19:14:18 (GMT) |
commit | 49dc44366672eada497939f80b2dd044ce627054 (patch) | |
tree | bb8c6e5e1777d801ff1259f07979faeddd1555c9 /src/hdf5.lnt | |
parent | bc4d3e9dec5b2cfd0d4f620b42a436474ad779f1 (diff) | |
download | hdf5-49dc44366672eada497939f80b2dd044ce627054.zip hdf5-49dc44366672eada497939f80b2dd044ce627054.tar.gz hdf5-49dc44366672eada497939f80b2dd044ce627054.tar.bz2 |
[svn-r7223] Purpose:
Code cleanup
Description:
Clean up more warnings from lint
Platforms tested:
FreeBSD 4.8 (sleipnir)
too minor for h5committest
Diffstat (limited to 'src/hdf5.lnt')
-rwxr-xr-x | src/hdf5.lnt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt index 9b907c0..75d1d76 100755 --- a/src/hdf5.lnt +++ b/src/hdf5.lnt @@ -3,6 +3,7 @@ -esym(534, H5FL_arr_free, H5FL_blk_free, H5FL_reg_free) -esym(534, H5I_clear_group, H5I_destroy_group) -esym(534, H5MM_xfree) +-esym(534, H5TB_dfree) -esym(534, H5V_array_fill) // Turn off warnings about not using the inlined H5V* functions: |