summaryrefslogtreecommitdiff
path: root/src/client/term.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-22 19:54:52 +0200
committerDusan Durech <dusan@debian.debian>2009-04-22 19:54:52 +0200
commit31941d9f3b2a665317503166785a3eb6cef35a9c (patch)
treec0740c7c14689593ff405d62f3111f9c326cc2d0 /src/client/term.c
parentf760a8c01827d97affff6acc0ec666b30e26395f (diff)
fix _all_ warnings // used macro UNUSET
Diffstat (limited to 'src/client/term.c')
-rw-r--r--src/client/term.c3
1 files changed, 3 insertions, 0 deletions
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 "