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();
|
||||
/* "On" pressed or USB connected: proceed */
|
||||
}
|
||||
#else
|
||||
(void)coldstart;
|
||||
#endif
|
||||
|
||||
rc = ata_init();
|
||||
|
|
Loading…
Reference in a new issue