summaryrefslogtreecommitdiff
path: root/utils/wpseditor/libwps/Makefile
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-09-04 21:05:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-09-04 21:05:16 +0000
commit6ea90671d8c5e831c865dccb1e8b5df6704f6824 (patch)
tree56aa5fadf41cbe9d73215b1574bf272479264f50 /utils/wpseditor/libwps/Makefile
parent7a22ba36cb7a9028eea35be269c5a825d97e4e14 (diff)
downloadrockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.tar.gz
rockbox-6ea90671d8c5e831c865dccb1e8b5df6704f6824.zip
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
Diffstat (limited to 'utils/wpseditor/libwps/Makefile')
-rw-r--r--utils/wpseditor/libwps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/wpseditor/libwps/Makefile b/utils/wpseditor/libwps/Makefile
index ef893927e3..17046e8488 100644
--- a/utils/wpseditor/libwps/Makefile
+++ b/utils/wpseditor/libwps/Makefile
@@ -75,7 +75,7 @@ INCLUDE=-I src/include \
75 -I $(ROOT)/apps \ 75 -I $(ROOT)/apps \
76 -I src 76 -I src
77 77
78CFLAGS = -g -Wall -Wno-format -Wno-pointer-sign -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE 78CFLAGS = -g -Wall -Wno-format -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE
79 79
80RESULTS := $(patsubst %,libwps_%$(EXT),$(TARGETS)) 80RESULTS := $(patsubst %,libwps_%$(EXT),$(TARGETS))
81 81