aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/board.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/board.c b/FICS/board.c
index 72fb811..2d98327 100644
--- a/FICS/board.c
+++ b/FICS/board.c
@@ -392,6 +392,9 @@ genstyle(game_state_t *b, move_t *ml, char *wp[], char *bp[],
break;
case 0:
break;
+ default:
+ warnx("%s: unexpected count (%d)", __func__, count);
+ break;
} // switch
mstrlcat(bstring, "\n", sizeof bstring);