From c31d2f84b73b7f08f949cebcff0e5f4d1babd529 Mon Sep 17 00:00:00 2001 From: Tomasz Malesinski Date: Fri, 3 Feb 2006 23:14:42 +0000 Subject: Fixed warnings on iFP. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8550 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray_core.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/lib/gray_core.c') diff --git a/apps/plugins/lib/gray_core.c b/apps/plugins/lib/gray_core.c index f132d00..d151250 100644 --- a/apps/plugins/lib/gray_core.c +++ b/apps/plugins/lib/gray_core.c @@ -233,6 +233,9 @@ void gray_show(bool enable) _gray_rb->timer_register(1, NULL, CPU_FREQ / 67, 1, _timer_isr); #elif CONFIG_LCD == LCD_S1D15E06 _gray_rb->timer_register(1, NULL, CPU_FREQ / 70, 1, _timer_isr); +#elif CONFIG_LCD == LCD_IFP7XX + /* TODO: implement for iFP */ + (void)_timer_isr; #endif _gray_rb->screen_dump_set_hook(gray_screendump_hook); } -- cgit v1.1