try again

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27770 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-08-10 14:32:08 +00:00
parent dbf44a6a4d
commit 2e0217774f
2 changed files with 3 additions and 2 deletions

View file

@ -933,6 +933,7 @@ int hex_to_rgb(const char* hex, int* color)
bool parse_color(enum screen_type screen, char *text, int *value)
{
(void)text; (void)value; /* silence warnings on mono bitmap */
(void)screen;
#ifdef HAVE_LCD_COLOR
if (screens[screen].depth > 2)

View file

@ -7,7 +7,7 @@
# $Id$
#
FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall -DCHECKWPS
FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)
@ -22,7 +22,7 @@ INCLUDES = -I$(ROOTDIR)/apps/gui \
-I$(BUILDDIR)
# Makes mkdepfile happy
GCCOPTS+=-D__PCTOOL__
GCCOPTS+=-D__PCTOOL__ -DCHECKWPS
.SECONDEXPANSION: # $$(OBJ) is not populated until after this