From 6ea90671d8c5e831c865dccb1e8b5df6704f6824 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 4 Sep 2008 21:05:16 +0000 Subject: 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 --- utils/wpseditor/libwps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/wpseditor/libwps/Makefile') 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 \ -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)) -- cgit v1.2.3