1
0
Fork 0
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:
Björn Stenberg 2008-02-11 14:38:43 +00:00
parent 2f7cffa204
commit 8545c3bdcf

View file

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