summaryrefslogtreecommitdiffstats
path: root/utils/wpseditor/libwps/Makefile
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-09-04 19:06:51 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-09-04 19:06:51 +0000
commit333f7e98fb28fd278c0fc6668be32a707170e5ee (patch)
tree899b7f8e6676d74466d75c4116ff5d6b3c491aa4 /utils/wpseditor/libwps/Makefile
parent850adb40d732b69b94f5bb5f691b88aa14c075a0 (diff)
downloadrockbox-333f7e98fb28fd278c0fc6668be32a707170e5ee.tar.gz
rockbox-333f7e98fb28fd278c0fc6668be32a707170e5ee.zip
silence warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18414 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 827a4b4194..ef893927e3 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 -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE
+CFLAGS = -g -Wall -Wno-format -Wno-pointer-sign -D__PCTOOL__ -DWPSEDITOR -DDEBUG -DROCKBOX_DIR_LEN=1 -DBUTTON_REMOTE
RESULTS := $(patsubst %,libwps_%$(EXT),$(TARGETS))