From 102665958a8258d598822c78c1a80804939ff933 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 11 Aug 2002 22:08:23 +0000 Subject: Removed warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1676 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/blank.c | 2 +- uisimulator/win32/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/recorder/blank.c b/apps/recorder/blank.c index 2bf345115b..835420f63b 100644 --- a/apps/recorder/blank.c +++ b/apps/recorder/blank.c @@ -35,7 +35,7 @@ void blank(void) { - int w, h, b; + int w, h; char *off = "[Off] to stop"; int len = strlen(SS_TITLE); diff --git a/uisimulator/win32/Makefile b/uisimulator/win32/Makefile index 24ca458fce..d9fd690462 100644 --- a/uisimulator/win32/Makefile +++ b/uisimulator/win32/Makefile @@ -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 \ -- cgit v1.2.3