From e06f706d7b0c4afe4c7e68cd6753972c55d7d199 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Mon, 3 Apr 2006 00:37:27 +0000 Subject: Fix warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9446 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/hu_lib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/doom/hu_lib.c b/apps/plugins/doom/hu_lib.c index 3c510b028c..df2fa883ec 100644 --- a/apps/plugins/doom/hu_lib.c +++ b/apps/plugins/doom/hu_lib.c @@ -222,6 +222,7 @@ void HUlib_eraseTextLine(hu_textline_t* l) // KK - If someone finds a use for this code, please fix it, I havn't seen the need // And it's not written to take into account scaling. Causing some nasty effects // on smaller screens. + (void)l; #if 0 int lh; int y; -- cgit v1.2.3