Advertisement
PTirc

Untitled

Jan 6th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.69 KB | None | 0 0
  1.         BUILD:          modules/m_autodrop.cpp
  2. /home/inspircd/inspircd/src/modules/m_autodrop.cpp:54:12: error: ‘ModResult ModuleAutoDrop::OnPreCommand(std::__cxx11::string&, std::vector<std::__cxx11::basic_string<char> >&, LocalUser*, bool, const string&)’ marked ‘override’, but does not override
  3.   ModResult OnPreCommand(std::string& command, std::vector<std::string>&, LocalUser* user, bool, const std::string&) CXX11_OVERRIDE
  4.             ^~~~~~~~~~~~
  5. compilation terminated due to -Wfatal-errors.
  6. real.mk:280: recipe for target 'modules/m_autodrop.so' failed
  7. make[1]: *** [modules/m_autodrop.so] Error 1
  8. GNUmakefile:154: recipe for target 'target' failed
  9. make: *** [target] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement