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:
Daniel Stenberg 2003-12-15 11:45:14 +00:00
parent 23f157eb76
commit 7df25eb23c

View file

@ -146,6 +146,8 @@ void init(void)
power_off();
/* "On" pressed or USB connected: proceed */
}
#else
(void)coldstart;
#endif
rc = ata_init();