summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-11 16:06:32 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-11 16:06:32 +0800
commit06339dd4de0682da69813f9dfaa10a7fd46f7fd4 (patch)
tree6deb6061e7c87b0a6b10f0828b7540ceae6f84e5 /mbbsd/board.c
parent1b3c384f4438e862d1b36d3dc9f202be641f1b7f (diff)
downloadpttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.gz
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.bz2
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.lz
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.xz
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.tar.zst
pttbbs-06339dd4de0682da69813f9dfaa10a7fd46f7fd4.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2059 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 0a93dde2..fb69c8f1 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -171,12 +171,14 @@ addnewbrdstat(int n, int state)
return ptr;
}
+#if !HOTBOARDCACHE
static int
cmpboardfriends(const void *brd, const void *tmp)
{
return ((B_BH((boardstat_t*)tmp)->nuser) -
(B_BH((boardstat_t*)brd)->nuser));
}
+#endif
static void
load_boards(char *key)