diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-08 15:24:59 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-01-08 15:24:59 +0800 |
commit | 9b4d34a17c6061171456ae8e4b63dcd270f53091 (patch) | |
tree | a5d6fcc412bbe475ef411ccb9670b6f28b51d6e0 /mbbsd/cal.c | |
parent | 227918f5114406b93524140fe2c22462cac9230c (diff) | |
download | pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar.gz pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar.bz2 pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar.lz pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar.xz pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.tar.zst pttbbs-9b4d34a17c6061171456ae8e4b63dcd270f53091.zip |
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1472 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cal.c')
-rw-r--r-- | mbbsd/cal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/cal.c b/mbbsd/cal.c index 5c2b7cdc..a443291d 100644 --- a/mbbsd/cal.c +++ b/mbbsd/cal.c @@ -446,6 +446,7 @@ p_sysinfo(void) } /* ¤ppºâ¾÷ */ +#if 0 static void ccount(float *a, float b, int cmode) { @@ -466,4 +467,4 @@ ccount(float *a, float b, int cmode) break; } } - +#endif |