forked from len0rd/rockbox
Removed compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2f7cffa204
commit
8545c3bdcf
1 changed files with 1 additions and 0 deletions
|
|
@ -479,6 +479,7 @@ static void identify2inquiry(int lun)
|
||||||
unsigned short* dest;
|
unsigned short* dest;
|
||||||
unsigned short* src;
|
unsigned short* src;
|
||||||
unsigned short* identify = ata_get_identify();
|
unsigned short* identify = ata_get_identify();
|
||||||
|
(void)lun;
|
||||||
memset(inquiry, 0, sizeof _inquiry);
|
memset(inquiry, 0, sizeof _inquiry);
|
||||||
|
|
||||||
if (identify[82] & 4)
|
if (identify[82] & 4)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue