From 782f455692e4c1776e21ed4e2d12c56c27b24db3 Mon Sep 17 00:00:00 2001 From: in2 Date: Mon, 26 May 2003 05:29:39 +0000 Subject: warning free git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@904 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 7129703e..80ec2767 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1,4 +1,4 @@ -/* $Id: bbs.c,v 1.95 2003/05/20 01:51:01 bbs Exp $ */ +/* $Id: bbs.c,v 1.96 2003/05/26 05:29:39 in2 Exp $ */ #include "bbs.h" static int recommend(int ent, fileheader_t * fhdr, char *direct); @@ -139,7 +139,7 @@ readtitle() static void readdoent(int num, fileheader_t * ent) { - int type, uid; + int type; char *mark, *title, color, special = 0, isonline = 0; userinfo_t *uentp; if (ent->recommend > 9 || ent->recommend < 0) -- cgit v1.2.3