tinf_uncompress(): Mark unused argument.
Patch by Damien George from https://github.com/micropython/micropython/pull/1082.patch
This commit is contained in:
parent
e42b0fc4c4
commit
f649d0d33a
1 changed files with 1 additions and 0 deletions
|
|
@ -449,6 +449,7 @@ void tinf_init(void)
|
|||
int tinf_uncompress(void *dest, unsigned int *destLen,
|
||||
const void *source, unsigned int sourceLen)
|
||||
{
|
||||
(void)sourceLen;
|
||||
TINF_DATA d;
|
||||
int res;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue