unused set-variable in macro

This commit is contained in:
Allen Byrne
2020-03-25 07:04:19 -05:00
committed by David Young
parent e498e3ac3e
commit 3e81528f3b

View File

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