diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:23:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-10-14 19:23:40 (GMT) |
commit | 294647ea977789d05a79107cc36fd3fc69b980be (patch) | |
tree | 44ae28f4a0fcf95438174cc067d3df9264651e1f /src/H5FDmpio.c | |
parent | a028401448cced890029001070f6f505297e839d (diff) | |
download | hdf5-294647ea977789d05a79107cc36fd3fc69b980be.zip hdf5-294647ea977789d05a79107cc36fd3fc69b980be.tar.gz hdf5-294647ea977789d05a79107cc36fd3fc69b980be.tar.bz2 |
[svn-r5987] Purpose:
Code cleanup
Description:
Clean up compile warnings.
Platforms tested:
FreeBSD 4.6 (sleipnir) w and w/o parallel
Linux 2.2.x (eirene) w/FORTRAN & C++
Solaris 2.7 (arabica) w/FORTRAN
IRIX64 6.5 (modi4) w/FORTRAN & parallel
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 3453a3b..73a66db 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -1192,7 +1192,7 @@ done: *------------------------------------------------------------------------- */ static herr_t -H5FD_mpio_get_handle(H5FD_t *_file, hid_t fapl, void** file_handle) +H5FD_mpio_get_handle(H5FD_t *_file, hid_t UNUSED fapl, void** file_handle) { H5FD_mpio_t *file = (H5FD_mpio_t *)_file; herr_t ret_value = SUCCEED; |