From dae2b97240892f213851735ced8add760d640a4d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 20 Oct 2009 17:07:06 +0000 Subject: 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 --- tools/checkwps/checkwps.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/checkwps/checkwps.make') 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) -- cgit v1.1