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:
parent
7a22ba36cb
commit
6ea90671d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue