summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-25 12:04:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-25 12:04:19 (GMT)
commit0da67861859812e42567e417bab6b952355b035d (patch)
treed717f997d36bfa1beca574af28b40d3bea511299 /tools
parent2b8407a3ca541a491fd71efb92ac182f412959d4 (diff)
downloadhdf5-0da67861859812e42567e417bab6b952355b035d.zip
hdf5-0da67861859812e42567e417bab6b952355b035d.tar.gz
hdf5-0da67861859812e42567e417bab6b952355b035d.tar.bz2
unused set-variable in macro
Diffstat (limited to 'tools')
-rw-r--r--tools/lib/h5diff_array.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index 094f3d1..52bae51 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -2539,6 +2539,7 @@ static hsize_t character_compare_opt(unsigned char *mem1, unsigned char *mem2,
unsigned char temp1_uchar;
unsigned char temp2_uchar;
double per;
+ hbool_t both_zero;
HDmemcpy(&temp1_uchar, mem1, sizeof(unsigned char));
HDmemcpy(&temp2_uchar, mem2, sizeof(unsigned char));