Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15226 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d46cf97024
commit
8b6bf8f734
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue