diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-29 06:15:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-29 06:15:06 (GMT) |
commit | 27496ae0c7b8b1be7165d3720711b15c3a2d1288 (patch) | |
tree | 0a636cb807906c461dcc36e06548328700f97acb /src/H5HLprivate.h | |
parent | 2552a2b6d26c9dcaadd9e658276be51070e76f62 (diff) | |
download | hdf5-27496ae0c7b8b1be7165d3720711b15c3a2d1288.zip hdf5-27496ae0c7b8b1be7165d3720711b15c3a2d1288.tar.gz hdf5-27496ae0c7b8b1be7165d3720711b15c3a2d1288.tar.bz2 |
[svn-r12313] Purpose:
Code cleanup
Description:
Clean up a few minor compiler warnings
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4/64 (mir)
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r-- | src/H5HLprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h index 445c1a7..6adc2a5 100644 --- a/src/H5HLprivate.h +++ b/src/H5HLprivate.h @@ -76,3 +76,4 @@ H5_DLL herr_t H5HL_get_size(H5F_t *f, hid_t dxpl_id, haddr_t addr, size_t *size) H5_DLL herr_t H5HL_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent, int fwidth); #endif + |