summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-10-14 19:23:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-10-14 19:23:40 (GMT)
commit294647ea977789d05a79107cc36fd3fc69b980be (patch)
tree44ae28f4a0fcf95438174cc067d3df9264651e1f /src/H5FDstdio.c
parenta028401448cced890029001070f6f505297e839d (diff)
downloadhdf5-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/H5FDstdio.c')
-rw-r--r--src/H5FDstdio.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index a94812e..311fb98 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -596,6 +596,9 @@ H5FD_stdio_get_handle(H5FD_t *_file, hid_t fapl, void** file_handle)
{
H5FD_stdio_t *file = (H5FD_stdio_t *)_file;
static const char *func="H5FD_stdio_get_handle"; /* Function Name for error reporting */
+
+ /* Shut compiler up */
+ fapl=fapl;
/* Clear the error stack */
H5Eclear();