summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-12-01 18:27:34 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-12-01 18:27:34 (GMT)
commit4a97af823585ea61212a0f51f817be7480dfba9b (patch)
tree1ac8014819ae2d69df6411fd5cdf6659233bcfaf /tools
parent57a9f392da1de0952ebb98b15b56f1dc4491aa8e (diff)
downloadhdf5-4a97af823585ea61212a0f51f817be7480dfba9b.zip
hdf5-4a97af823585ea61212a0f51f817be7480dfba9b.tar.gz
hdf5-4a97af823585ea61212a0f51f817be7480dfba9b.tar.bz2
[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
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff_attr.c8
1 files 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,