diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/playerdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FICS/playerdb.c b/FICS/playerdb.c index a7481bc..5881c02 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -346,6 +346,9 @@ ReadV1PlayerFmt(int p, player *pp, FILE *fp, char *file, int version) int bs, ss, ws, ls, bugs; int i, size_cens, size_noplay, size_not, size_gnot, size_chan, len; + // XXX: not referenced + (void) version; + /* * Name */ |