forked from len0rd/rockbox
kill an "unused variable" compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4153 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23f157eb76
commit
7df25eb23c
1 changed files with 2 additions and 0 deletions
|
|
@ -146,6 +146,8 @@ void init(void)
|
||||||
power_off();
|
power_off();
|
||||||
/* "On" pressed or USB connected: proceed */
|
/* "On" pressed or USB connected: proceed */
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
(void)coldstart;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
rc = ata_init();
|
rc = ata_init();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue