1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

irc: remove compiler warning about unused parameter in irc_channel_remove_account()

This commit is contained in:
Sébastien Helleu
2015-01-25 15:13:11 +01:00
parent 0a75d79e93
commit 5886820679
+3
View File
@@ -688,6 +688,9 @@ irc_channel_remove_account (struct t_irc_server *server,
{
struct t_irc_nick *ptr_nick;
/* make C compiler happy */
(void) server;
if (channel->type == IRC_CHANNEL_TYPE_CHANNEL)
{
for (ptr_nick = channel->nicks; ptr_nick;