mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-28 02:50:21 +08: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;
|
||||
|
||||
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 :
|
||||
|
|
Loading…
Reference in a new issue