mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: remove clang warning (piwi)
This commit is contained in:
parent
8aa789b195
commit
63bc529b22
1 changed files with 1 additions and 1 deletions
|
@ -1524,7 +1524,7 @@ z_streamp strm;
|
||||||
struct inflate_state FAR *state;
|
struct inflate_state FAR *state;
|
||||||
|
|
||||||
if (strm == Z_NULL || strm->state == Z_NULL)
|
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;
|
state = (struct inflate_state FAR *)strm->state;
|
||||||
return ((long)(state->back) << 16) +
|
return ((long)(state->back) << 16) +
|
||||||
(state->mode == COPY ? state->length :
|
(state->mode == COPY ? state->length :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue