summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 00:37:27 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2006-04-03 00:37:27 +0000
commite06f706d7b0c4afe4c7e68cd6753972c55d7d199 (patch)
treea4a726b416b7402bed141621602429338ad99567 /apps/plugins
parent9dde7b272ef9402e6a23b0aa5a88bdcc83be9df6 (diff)
downloadrockbox-e06f706d7b0c4afe4c7e68cd6753972c55d7d199.zip
rockbox-e06f706d7b0c4afe4c7e68cd6753972c55d7d199.tar.gz
rockbox-e06f706d7b0c4afe4c7e68cd6753972c55d7d199.tar.bz2
rockbox-e06f706d7b0c4afe4c7e68cd6753972c55d7d199.tar.xz
Fix warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/doom/hu_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/doom/hu_lib.c b/apps/plugins/doom/hu_lib.c
index 3c510b0..df2fa88 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;