diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2008-02-11 14:38:43 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2008-02-11 14:38:43 +0000 |
| commit | 8545c3bdcf7575c3dec9450227c2abb0c8fd78e9 (patch) | |
| tree | c1e8c0da1b4f037428d7f7a67256daa6f6bd34e7 /firmware/usbstack | |
| parent | 2f7cffa204eaa2675b0c6782462b19f4f09bff12 (diff) | |
| download | rockbox-8545c3bdcf7575c3dec9450227c2abb0c8fd78e9.zip rockbox-8545c3bdcf7575c3dec9450227c2abb0c8fd78e9.tar.gz rockbox-8545c3bdcf7575c3dec9450227c2abb0c8fd78e9.tar.bz2 rockbox-8545c3bdcf7575c3dec9450227c2abb0c8fd78e9.tar.xz | |
Removed compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/usbstack')
| -rw-r--r-- | firmware/usbstack/usb_storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/usbstack/usb_storage.c b/firmware/usbstack/usb_storage.c index 1fbfe52..c32c9df 100644 --- a/firmware/usbstack/usb_storage.c +++ b/firmware/usbstack/usb_storage.c @@ -479,6 +479,7 @@ static void identify2inquiry(int lun) unsigned short* dest; unsigned short* src; unsigned short* identify = ata_get_identify(); + (void)lun; memset(inquiry, 0, sizeof _inquiry); if (identify[82] & 4) |