CHG: remove clang warning (piwi)

This commit is contained in:
iceman1001 2017-04-19 03:42:34 +02:00
parent 8aa789b195
commit 63bc529b22

View file

@ -1524,7 +1524,7 @@ z_streamp strm;
struct inflate_state FAR *state;
if (strm == Z_NULL || strm->state == Z_NULL)
return (long)(((unsigned long)0 - 1) << 16);
return ~0UL << 16;
state = (struct inflate_state FAR *)strm->state;
return ((long)(state->back) << 16) +
(state->mode == COPY ? state->length :