From 4a97af823585ea61212a0f51f817be7480dfba9b Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Fri, 1 Dec 2006 13:27:34 -0500 Subject: [svn-r13008] more compiler warning ../../../hdf5/tools/lib/h5diff_attr.c:214: warning: passing arg 4 of `diff_array' with different width due to prototype --- tools/lib/h5diff_attr.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/lib/h5diff_attr.c b/tools/lib/h5diff_attr.c index 1961ed8..d9301c5 100644 --- a/tools/lib/h5diff_attr.c +++ b/tools/lib/h5diff_attr.c @@ -203,7 +203,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -225,7 +225,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -242,7 +242,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, @@ -260,7 +260,7 @@ int diff_attr(hid_t loc1_id, nfound = diff_array(buf1, buf2, nelmts1, - 0, + (hsize_t)0, rank1, dims1, options, -- cgit v0.12