summaryrefslogtreecommitdiff
path: root/tools/checkwps/checkwps.make
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-10-20 17:07:06 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-10-20 17:07:06 +0000
commitdae2b97240892f213851735ced8add760d640a4d (patch)
tree150d1ab4d00974bf3aebcc966b86e3334ddf13d8 /tools/checkwps/checkwps.make
parent128b84c5821242c446ded2864e25a12671d47110 (diff)
downloadrockbox-dae2b97240892f213851735ced8add760d640a4d.zip
rockbox-dae2b97240892f213851735ced8add760d640a4d.tar.gz
rockbox-dae2b97240892f213851735ced8add760d640a4d.tar.bz2
rockbox-dae2b97240892f213851735ced8add760d640a4d.tar.xz
compile checkwps with -Wall, to avoid accidentally breaking it again when a function prototype changes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23291 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/checkwps/checkwps.make')
-rw-r--r--tools/checkwps/checkwps.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkwps/checkwps.make b/tools/checkwps/checkwps.make
index b28d8e8..13fef93 100644
--- a/tools/checkwps/checkwps.make
+++ b/tools/checkwps/checkwps.make
@@ -7,7 +7,7 @@
# $Id$
#
-FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET)
+FLAGS=-g -D__PCTOOL__ -DDEBUG -DROCKBOX_DIR_LEN=9 -DWPS_DIR=\".\" $(TARGET) -Wall
SRC= $(call preprocess, $(TOOLSDIR)/checkwps/SOURCES)