Fix Werror issues in JNI and tools

This commit is contained in:
Allen Byrne
2020-03-24 17:42:58 -05:00
committed by David Young
parent 1bd5fb6bf1
commit e498e3ac3e
6 changed files with 13 additions and 12 deletions

View File

@@ -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));