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:
+2
-2
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user