1
0
Fork 0
forked from len0rd/rockbox

Suppress some unused variable warnings in libmspack.

Change-Id: Iccc98cf2092a5a0101021e24b051c42743b9becf
This commit is contained in:
Dominik Riebeling 2013-11-05 00:06:50 +01:00
parent 6bff0f779f
commit 3c6f3945dd
2 changed files with 4 additions and 0 deletions

View file

@ -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);