1
0
Fork 0
forked from len0rd/rockbox

remove -Wno-pointer-sign. This will make warnings reappear, but the warnings should really be fixed at the source

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18418 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2008-09-04 21:05:16 +00:00
parent 7a22ba36cb
commit 6ea90671d8

View file

@ -75,7 +75,7 @@ INCLUDE=-I src/include \
-I $(ROOT)/apps \
-I src
CFLAGS = -g -Wall -Wno-format -Wno-pointer-sign -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE
CFLAGS = -g -Wall -Wno-format -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE
RESULTS := $(patsubst %,libwps_%$(EXT),$(TARGETS))