aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/obsproc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c
index 56de00e..11cf1bc 100644
--- a/FICS/obsproc.c
+++ b/FICS/obsproc.c
@@ -152,6 +152,9 @@ com_games(int p, param_list param)
wp = garray[i].white;
bp = garray[i].black;
+ UNUSED_VAR(wp);
+ UNUSED_VAR(bp);
+
if ((!selected) &&
s &&
strncasecmp(s, garray[i].white_name, slen) &&