Removed warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1676 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7a8f398b6f
commit
102665958a
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
void blank(void)
|
||||
{
|
||||
int w, h, b;
|
||||
int w, h;
|
||||
char *off = "[Off] to stop";
|
||||
int len = strlen(SS_TITLE);
|
||||
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue