[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:
Quincey Koziol 2009-04-02 13:08:05 -05:00
parent 5d4294042e
commit 6fddc705d6

View File

@ -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)