diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-04-23 05:06:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-04-23 05:06:20 (GMT) |
commit | fad680156919cf7261a8c1833fc5efdd3346cc11 (patch) | |
tree | 2d0bc9e66ec7ace6bb163b8d3e49254a272a2588 /src/hdf5.lnt | |
parent | 562cdc22ffd0a32a4b7ce105cb4c2878ac342c05 (diff) | |
download | hdf5-fad680156919cf7261a8c1833fc5efdd3346cc11.zip hdf5-fad680156919cf7261a8c1833fc5efdd3346cc11.tar.gz hdf5-fad680156919cf7261a8c1833fc5efdd3346cc11.tar.bz2 |
[svn-r8412] Purpose:
Code cleanup
Description:
Run lint on module
Platforms tested:
PC-Lint
Too minor to require h5committest
Diffstat (limited to 'src/hdf5.lnt')
-rwxr-xr-x | src/hdf5.lnt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hdf5.lnt b/src/hdf5.lnt index b6fe223..72d29b0 100755 --- a/src/hdf5.lnt +++ b/src/hdf5.lnt @@ -1,3 +1,6 @@ +// Define the __FUNCTION__ so we don't get warnings about using it. +-d__FUNCTION__="NoFunctionName" + // Turn off warnings about not using the return value from these functions: -esym(534, HDfprintf, HDsnprintf, HDvsnprintf) -esym(534, H5E_clear, H5E_push) @@ -91,6 +94,7 @@ H5FL.c H5FO.c + H5Tenum.c H5Tfields.c H5Tfixed.c H5Tfloat.c |