Fix warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Barry Wardell 2007-10-20 18:30:41 +00:00
parent d46cf97024
commit 8b6bf8f734

View file

@ -409,6 +409,8 @@ int load_mi4_part(unsigned char* buf, struct partinfo* pinfo,
block[0xe1] = 0;
ata_write_sectors(IF_MV2(0,) pinfo->start + 0x3c08, 1, block);
}
#else
(void) disable_rebuild;
#endif
return EOK;