summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-15 11:45:14 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-15 11:45:14 +0000
commit7df25eb23cf8867c65048f953e903e5beb50e3d8 (patch)
treec33cdba573b32c6c3694af4820736b3b3d60371e /apps
parent23f157eb768cbde7c0905221cf57b0b523c24490 (diff)
downloadrockbox-7df25eb23cf8867c65048f953e903e5beb50e3d8.tar.gz
rockbox-7df25eb23cf8867c65048f953e903e5beb50e3d8.zip
kill an "unused variable" compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4153 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 7f47140aca..04154f54fe 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -146,6 +146,8 @@ void init(void)
power_off();
/* "On" pressed or USB connected: proceed */
}
+#else
+ (void)coldstart;
#endif
rc = ata_init();