diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-11 15:36:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-11 15:36:06 (GMT) |
commit | 78158e8dbffcbf025257a72bb42c1fbe8c7660b7 (patch) | |
tree | 5947882877f5cbdee8b70ccfb726e3adef27f8ae /src/H5FDcore.c | |
parent | 4e3029bf8286175909d678d67bf40f477402ba46 (diff) | |
download | hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.zip hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.tar.gz hdf5-78158e8dbffcbf025257a72bb42c1fbe8c7660b7.tar.bz2 |
[svn-r13635] Description:
Clean up code and reduce compiler warnings...
Tested on:
Mac OS X/32 10.4.9 (amazon)
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r-- | src/H5FDcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c index ecc18bc..dba902b 100644 --- a/src/H5FDcore.c +++ b/src/H5FDcore.c @@ -578,7 +578,7 @@ done: *------------------------------------------------------------------------- */ static haddr_t -H5FD_core_get_eoa(const H5FD_t *_file, H5FD_mem_t type) +H5FD_core_get_eoa(const H5FD_t *_file, H5FD_mem_t UNUSED type) { haddr_t ret_value; /* Return value */ |