From 98f78870f8d25cf235b60ec8ad7960704839e223 Mon Sep 17 00:00:00 2001 From: Martin Scarratt Date: Tue, 12 Sep 2006 19:11:51 +0000 Subject: fix some sim warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10936 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/statusbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c index 08c02fa874..6070c77cb3 100644 --- a/apps/gui/statusbar.c +++ b/apps/gui/statusbar.c @@ -602,7 +602,7 @@ void gui_statusbar_time(struct screen * display, int hour, int minute) #ifdef HAVE_RECORDING void gui_statusbar_icon_recording_info(struct screen * display) { -#if (CONFIG_CODEC != SWCODEC) || defined(SIMULATOR) +#if (CONFIG_CODEC != SWCODEC) || (defined(SIMULATOR) && defined(HAVE_SPDIF_IN)) char buffer[4]; #endif #if CONFIG_CODEC != SWCODEC -- cgit v1.2.3