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 \