mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
portalplayer: Fix three set-but-not-used warnings.
(They show up when building with gcc494) Change-Id: Id5e2bccf18114ed78a557ac1b369f46b4f07d042
This commit is contained in:
parent
495c8e2a69
commit
2d57bfba36
3 changed files with 8 additions and 1 deletions
|
|
@ -1480,6 +1480,7 @@ void iap_handlepkt_mode4(const unsigned int len, const unsigned char *buf)
|
|||
}
|
||||
break;
|
||||
}
|
||||
(void)len; /* Shut up, compiler */
|
||||
put_u32(&data[3], start_index+counter);
|
||||
iap_send_pkt(data, 7 + strlen(data+7) + 1);
|
||||
yield();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue