mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
zlib: unused parameter warning
This commit is contained in:
parent
c523980d99
commit
a869ae9687
1 changed files with 4 additions and 0 deletions
|
@ -923,6 +923,10 @@ charf *buf; /* input block, or NULL if too old */
|
||||||
ulg stored_len; /* length of input block */
|
ulg stored_len; /* length of input block */
|
||||||
int last; /* one if this is the last block for a file */
|
int last; /* one if this is the last block for a file */
|
||||||
{
|
{
|
||||||
|
#ifdef ZLIB_PM3_TUNED
|
||||||
|
(void) buf;
|
||||||
|
(void) stored_len;
|
||||||
|
#endif
|
||||||
int max_blindex = 0; /* index of last bit length code of non zero freq */
|
int max_blindex = 0; /* index of last bit length code of non zero freq */
|
||||||
#ifndef ZLIB_PM3_TUNED
|
#ifndef ZLIB_PM3_TUNED
|
||||||
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
|
ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue