summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-13 19:26:55 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-13 19:26:55 (GMT)
commit4a4f9cd82d950fb752587125cb2a011d14ec2223 (patch)
treead992651716c6dd77a63298de8c89fee1ae42e88 /testpar/testphdf5.c
parent6e9280392a078ff464e3e35ac2cf99a3118dd17f (diff)
downloadhdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.zip
hdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.tar.gz
hdf5-4a4f9cd82d950fb752587125cb2a011d14ec2223.tar.bz2
[svn-r7615] Purpose:
Code cleanup Description: Clean up various compiler warnings. Platforms tested: FreeBSD 4.9 (sleipnir) w/parallel too minor to require h5committest
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 761c26c..436cccb 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -36,7 +36,7 @@ int ngroups = 512; /* number of groups to create in root
* group. */
int facc_type = FACC_MPIO; /*Test file access type */
-herr_t (*old_func)(void*); /* previous error handler */
+H5E_auto_t old_func; /* previous error handler */
void *old_client_data; /* previous error handler arg.*/
/* other option flags */