summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-14 19:14:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-14 19:14:18 (GMT)
commit49dc44366672eada497939f80b2dd044ce627054 (patch)
treebb8c6e5e1777d801ff1259f07979faeddd1555c9 /src/H5Sprivate.h
parentbc4d3e9dec5b2cfd0d4f620b42a436474ad779f1 (diff)
downloadhdf5-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/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index c05df2a..ab9950e 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -128,7 +128,7 @@ typedef struct H5S_conv_t {
/* Read from file to application w/o intermediate scratch buffer */
herr_t (*read)(H5F_t *f, const struct H5O_layout_t *layout,
- H5P_genplist_t *dc_plist, const H5D_storage_t *store,
+ H5P_genplist_t *dc_plist, const union H5D_storage_t *store,
size_t elmt_size, const H5S_t *file_space,
const H5S_t *mem_space, hid_t dxpl_id, void *buf/*out*/);