forked from len0rd/rockbox
Suppress some unused variable warnings in libmspack.
Change-Id: Iccc98cf2092a5a0101021e24b051c42743b9becf
This commit is contained in:
parent
6bff0f779f
commit
3c6f3945dd
2 changed files with 4 additions and 0 deletions
|
|
@ -524,6 +524,7 @@ static char *cabd_read_string(struct mspack_system *sys,
|
|||
off_t base = sys->tell(fh);
|
||||
char buf[256], *str;
|
||||
unsigned int len, i, ok;
|
||||
(void)cab;
|
||||
|
||||
/* read up to 256 bytes */
|
||||
len = sys->read(fh, &buf[0], 256);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue