fix compile error on GCC 4.0, ignore warnings

This commit is contained in:
Fish 2005-07-01 09:01:41 +00:00
parent 3506ff6ab2
commit b5be25bfe3

2
ircd.c
View file

@ -44,7 +44,7 @@ static char UmodeStringBuf[64];
#ifdef GOTUSERSMODES
static char SmodeStringBuf[64];
#endif
static long services_bot_umode= 0;
long services_bot_umode= 0;
/* Fully split buffer */
static char privmsgbuffer[BUFSIZE];