summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_array.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-06 19:55:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-06 19:55:34 (GMT)
commitfce2a31dc5f44f821dd4587f530ef18ce9e424de (patch)
treef1ef237f3f447ebe0c4b1b69e9eee63e68e1aa0d /tools/lib/h5diff_array.c
parent52c9749d6f6f1d6704fc78373e83bcb8c1abac1e (diff)
downloadhdf5-fce2a31dc5f44f821dd4587f530ef18ce9e424de.zip
hdf5-fce2a31dc5f44f821dd4587f530ef18ce9e424de.tar.gz
hdf5-fce2a31dc5f44f821dd4587f530ef18ce9e424de.tar.bz2
Address compile warnings
Diffstat (limited to 'tools/lib/h5diff_array.c')
-rw-r--r--tools/lib/h5diff_array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index c83b88d..aeb4f95 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -2258,7 +2258,6 @@ 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));