summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-03-24 22:42:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-03-24 22:42:58 (GMT)
commit2b8407a3ca541a491fd71efb92ac182f412959d4 (patch)
treedbd70c7d2df5b332f8c4836bb46a4ab198146e57 /tools/lib
parent0d6adfc610fc9b344aac7be8f303f5306cdbe5e4 (diff)
downloadhdf5-2b8407a3ca541a491fd71efb92ac182f412959d4.zip
hdf5-2b8407a3ca541a491fd71efb92ac182f412959d4.tar.gz
hdf5-2b8407a3ca541a491fd71efb92ac182f412959d4.tar.bz2
Fix Werror issues in JNI and tools
Diffstat (limited to 'tools/lib')
-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 52bae51..094f3d1 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -2539,7 +2539,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));