GCC 4.5 warning fixups

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12241 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
danieldg 2010-01-04 17:04:08 +00:00
parent 3f60750d77
commit 988784816b
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ commands: $cmds
modules: $mods
.PHONY: inspircd commands modules
.PHONY: all bad-target inspircd commands modules
END
}

View File

@ -104,7 +104,7 @@ std::string User::ProcessNoticeMasks(const char *sm)
break;
}
*c++;
c++;
}
std::string s = this->FormatNoticeMasks();