summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-09-19 21:08:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-09-19 21:08:15 (GMT)
commit22867dca0e1123aef450b3feae34661cefb64a91 (patch)
tree879369bd3df77b6e8c7834f7a3d9980236116e8d /src/H5FDfamily.c
parent073ef8f453445bbe0cfa2569abdaed2a50721a95 (diff)
downloadhdf5-22867dca0e1123aef450b3feae34661cefb64a91.zip
hdf5-22867dca0e1123aef450b3feae34661cefb64a91.tar.gz
hdf5-22867dca0e1123aef450b3feae34661cefb64a91.tar.bz2
[svn-r2579] Purpose:
Clean up small compiler warnings and add missing function prototypes. Platforms tested: FreeBSD 4.1
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r--src/H5FDfamily.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c
index fdb0ac5..1c456a4 100644
--- a/src/H5FDfamily.c
+++ b/src/H5FDfamily.c
@@ -627,9 +627,8 @@ H5FD_family_cmp(const H5FD_t *_f1, const H5FD_t *_f2)
*-------------------------------------------------------------------------
*/
static herr_t
-H5FD_family_query(const H5FD_t *_f, unsigned long *flags /* out */)
+H5FD_family_query(const UNUSED H5FD_t *_f, unsigned long *flags /* out */)
{
- const H5FD_family_t *f = (const H5FD_family_t*)_f;
herr_t ret_value=SUCCEED;
FUNC_ENTER(H5FD_family_query, FAIL);