fix compile error on GCC 4.0, ignore warnings
This commit is contained in:
parent
3506ff6ab2
commit
b5be25bfe3
1 changed files with 1 additions and 1 deletions
2
ircd.c
2
ircd.c
|
@ -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];
|
||||
|
|
Reference in a new issue