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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user