summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-05-08 20:31:21 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-05-08 20:31:21 (GMT)
commit40054ee38738b26dad65a961e4f7980582222b2c (patch)
tree70acbd8cf9b4049619c3e0a8f31e215b9fb5fc31 /test/dtypes.c
parente33df58ec51018254b7a441c9e6aae2592ba687a (diff)
downloadhdf5-40054ee38738b26dad65a961e4f7980582222b2c.zip
hdf5-40054ee38738b26dad65a961e4f7980582222b2c.tar.gz
hdf5-40054ee38738b26dad65a961e4f7980582222b2c.tar.bz2
[svn-r12341]
Purpose: Maintenance Description: dtypes.c compilation failed with gcc 4.1 due to the missing prototype of the opaque_funcs function. Failure was reported by a user who tried to build hdf5-1.8.0-alpha2. I reproduced the failure on sleipnir with gcc41 compiler. Solution: Added prototype definition. Platforms tested: sleipnir with gcc41, heping and copper Misc. update:
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index acfda55..20743bd 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -99,6 +99,7 @@ static herr_t convert_opaque(hid_t UNUSED st, hid_t UNUSED dt,
size_t UNUSED bkg_stride, void UNUSED *_buf,
void UNUSED *bkg, hid_t UNUSED dset_xfer_plid);
static int opaque_long(void);
+static int opaque_funcs(void);
/*-------------------------------------------------------------------------