From 2c7b127dd77564a8ca8c384d7d1abed441efe110 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 23:47:03 +0000 Subject: Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -Wundef. No code change. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12811 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/statusbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/statusbar.h') diff --git a/apps/gui/statusbar.h b/apps/gui/statusbar.h index 11b8765b77..21f98336d0 100644 --- a/apps/gui/statusbar.h +++ b/apps/gui/statusbar.h @@ -33,7 +33,7 @@ struct status_info { int volume; int playmode; int repeat; -#ifdef CONFIG_RTC +#if CONFIG_RTC int hour; int minute; #endif -- cgit v1.2.3