1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

make gcc-2.95 happy

This commit is contained in:
Emmanuel Bouthenot
2006-04-07 08:00:27 +00:00
parent 99d86d64ab
commit 6963ca7b65
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1116,10 +1116,10 @@ int
irc_cmd_send_list (t_irc_server *server, t_irc_channel *channel,
char *arguments)
{
/* make gcc happy */
(void) channel;
char buffer[512];
int ret;
/* make gcc happy */
(void) channel;
if (server->cmd_list_regexp)
{
+2 -2
View File
@@ -1116,10 +1116,10 @@ int
irc_cmd_send_list (t_irc_server *server, t_irc_channel *channel,
char *arguments)
{
/* make gcc happy */
(void) channel;
char buffer[512];
int ret;
/* make gcc happy */
(void) channel;
if (server->cmd_list_regexp)
{