Removed warnings

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1676 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-11 22:08:23 +00:00
parent 7a8f398b6f
commit 102665958a
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
void blank(void)
{
int w, h, b;
int w, h;
char *off = "[Off] to stop";
int len = strlen(SS_TITLE);

View file

@ -68,7 +68,7 @@ APPS = main.c tree.c menu.c credits.c main_menu.c\
MENUS = games_menu.c screensavers_menu.c settings_menu.c sound_menu.c
ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
APPS += tetris.c sokoban.c bounce.c boxes.c icons.c bmp.c widgets.c
APPS += tetris.c sokoban.c blank.c bounce.c boxes.c icons.c bmp.c widgets.c
endif
SRCS = button.c dir-win32.c lcd-win32.c panic-win32.c thread-win32.c \