From 6fddc705d6b0c51f00bb7fb9a6086f3a4574e161 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 2 Apr 2009 13:08:05 -0500 Subject: [svn-r16654] Description: Clean up compiler warning (and test checkins on new subversion server) Tested on: None, just eyeballed, too minor to require test --- src/H5B2test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5B2test.c b/src/H5B2test.c index f2cf79d..46cd510 100644 --- a/src/H5B2test.c +++ b/src/H5B2test.c @@ -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) -- cgit v0.12