[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:
This commit is contained in:
Elena Pourmal 2006-05-08 15:31:21 -05:00
parent e33df58ec5
commit 40054ee387

View File

@ -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);
/*-------------------------------------------------------------------------