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/client/term.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/term.c') diff --git a/src/client/term.c b/src/client/term.c index 7cfb346..50a7580 100644 --- a/src/client/term.c +++ b/src/client/term.c @@ -77,6 +77,9 @@ static void action_refreshTerm(space_t * space, tux_t * tux, void *p) { char str[STR_SIZE]; + UNUSET(space); + UNUSET(p); + sprintf(str, "name: %s " "score: %d " -- cgit v1.2.3