summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-07 14:38:06 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:20 (GMT)
commit70b7848c8e2e906c182347bfff9b28fb88482844 (patch)
treef238593a5060be263b2f54eba07ab962381b0e42 /tools
parentfe1f87bc5c21255d038c0b0747c8479c1d3455f3 (diff)
downloadhdf5-70b7848c8e2e906c182347bfff9b28fb88482844.zip
hdf5-70b7848c8e2e906c182347bfff9b28fb88482844.tar.gz
hdf5-70b7848c8e2e906c182347bfff9b28fb88482844.tar.bz2
Revert declaration used 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 aeb4f95..c83b88d 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -2258,6 +2258,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));