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.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/checkwps/checkwps.c') diff --git a/tools/checkwps/checkwps.c b/tools/checkwps/checkwps.c index d72938b6c1..4736f31e76 100644 --- a/tools/checkwps/checkwps.c +++ b/tools/checkwps/checkwps.c @@ -26,9 +26,11 @@ #include "checkwps.h" #include "resize.h" #include "wps.h" +#include "skin_engine.h" #include "wps_internals.h" #include "settings.h" #include "viewport.h" +#include "file.h" bool debug_wps = true; int wps_verbose_level = 0; @@ -313,7 +315,6 @@ int main(int argc, char **argv) int filearg = 1; struct wps_data wps; - struct screen* wps_screen = &screens[SCREEN_MAIN]; /* No arguments -> print the help text * Also print the help text upon -h or --help */ -- cgit v1.2.3