From 31941d9f3b2a665317503166785a3eb6cef35a9c Mon Sep 17 00:00:00 2001 From: Dusan Durech Date: Wed, 22 Apr 2009 19:54:52 +0200 Subject: fix _all_ warnings // used macro UNUSET --- src/screen/world.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/screen') diff --git a/src/screen/world.c b/src/screen/world.c index 6aee31b..5cfb301 100644 --- a/src/screen/world.c +++ b/src/screen/world.c @@ -500,6 +500,9 @@ void startWorld() static void action_analyze(space_t * space, tux_t * tux, void *p) { + UNUSET(space); + UNUSET(p); + analyze_add(tux->name, tux->score); } -- cgit v1.2.3