mirror of
https://github.com/anope/anope.git
synced 2026-06-27 00:36:38 +02:00
Fix not setting the correct compile flags on modules and fix the resulting warnings
This commit is contained in:
@@ -181,7 +181,6 @@ struct IRCDMessageEncap : IRCDMessage
|
||||
if (params[1].equals_cs("SU"))
|
||||
{
|
||||
User *u = User::Find(params[2]);
|
||||
const NickAlias *user_na = NickAlias::Find(params[2]);
|
||||
NickCore *nc = NickCore::Find(params[3]);
|
||||
if (u && nc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user