mirror of
https://github.com/anope/anope.git
synced 2026-06-28 06:56:38 +02:00
Fix not setting the correct compile flags on modules and fix the resulting warnings
This commit is contained in:
@@ -257,8 +257,9 @@ class CSEntryMessage : public Module
|
||||
|
||||
public:
|
||||
CSEntryMessage(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR),
|
||||
commandentrymsg(this), eml(this, "entrymsg"),
|
||||
entrymsg_type("EntryMsg", EntryMsg::Unserialize)
|
||||
commandentrymsg(this),
|
||||
entrymsg_type("EntryMsg", EntryMsg::Unserialize),
|
||||
eml(this, "entrymsg")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user