mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
try again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27770 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dbf44a6a4d
commit
2e0217774f
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue