mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-24 17:51:25 +08:00
[svn-r11248] Purpose:
Code cleanup Description: Fix minor difference in datatype conversion exception callback routine. Platforms tested: FreeBSD 4.11 (sleipnir) w/C++
This commit is contained in:
parent
6b45f5172c
commit
94d21eed9f
@ -463,7 +463,7 @@ reset_hdf5(void)
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
static H5T_conv_ret_t
|
||||
except_func(int except_type, hid_t UNUSED src_id, hid_t UNUSED dst_id, void UNUSED *src_buf,
|
||||
except_func(H5T_conv_except_t except_type, hid_t UNUSED src_id, hid_t UNUSED dst_id, void UNUSED *src_buf,
|
||||
void *dst_buf, void *user_data)
|
||||
{
|
||||
H5T_conv_ret_t ret = H5T_CONV_HANDLED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user