degesch: silence the compiler
This commit is contained in:
parent
474657c7b3
commit
c89032e4e0
@ -7874,9 +7874,11 @@ irc_process_numeric (struct server *s,
|
||||
break;
|
||||
|
||||
case IRC_RPL_WHOREPLY:
|
||||
if (irc_handle_rpl_whoreply (s, msg)) buffer = NULL; break;
|
||||
if (irc_handle_rpl_whoreply (s, msg)) buffer = NULL;
|
||||
break;
|
||||
case IRC_RPL_ENDOFWHO:
|
||||
if (irc_handle_rpl_endofwho (s, msg)) buffer = NULL; break;
|
||||
if (irc_handle_rpl_endofwho (s, msg)) buffer = NULL;
|
||||
break;
|
||||
|
||||
case IRC_RPL_LIST:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user