1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 05:16:38 +02:00

Various small warning fixes.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1668 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rburchell
2008-11-14 20:02:06 +00:00
parent 9dad4ddb93
commit e289e5ade0
4 changed files with 3 additions and 5 deletions
-1
View File
@@ -134,7 +134,6 @@ static int encryptionModuleLoaded()
int ModuleManager::LoadModule(const std::string &modname, User * u)
{
int len;
const char *err;
Module * (*func) (const std::string &);
int ret = 0;