mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Ooops. Fix warning in sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8836 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fb4e384367
commit
ac115693da
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ bool usb_detect(void)
|
|||
|
||||
void usb_wait_for_disconnect(struct event_queue *q)
|
||||
{
|
||||
(void*)q;
|
||||
(void)q;
|
||||
}
|
||||
|
||||
#endif /* USB_NONE or SIMULATOR */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue