mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-07 16:37:56 +08:00
[svn-r16654] Description:
Clean up compiler warning (and test checkins on new subversion server) Tested on: None, just eyeballed, too minor to require test
This commit is contained in:
parent
5d4294042e
commit
6fddc705d6
@ -456,7 +456,7 @@ H5B2_get_node_depth_test(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, hadd
|
||||
HGOTO_ERROR(H5E_BTREE, H5E_NOTFOUND, FAIL, "error looking up node info")
|
||||
|
||||
/* Set return value */
|
||||
ret_value = ninfo.depth;
|
||||
ret_value = (int)ninfo.depth;
|
||||
|
||||
done:
|
||||
FUNC_LEAVE_NOAPI(ret_value)
|
||||
|
Loading…
Reference in New Issue
Block a user