summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-25 12:04:19 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:31:56 (GMT)
commit3e81528f3b40c2d11511ee5b3801d36556c85f95 (patch)
treeb1c487fa20ed7ed13a5cdaa3c4e6a9e17afcb3bc /tools
parente498e3ac3ec998288eefd95c9a6b8992741db433 (diff)
downloadhdf5-3e81528f3b40c2d11511ee5b3801d36556c85f95.zip
hdf5-3e81528f3b40c2d11511ee5b3801d36556c85f95.tar.gz
hdf5-3e81528f3b40c2d11511ee5b3801d36556c85f95.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));