mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
3f60750d77
commit
988784816b
@ -100,7 +100,7 @@ commands: $cmds
|
||||
|
||||
modules: $mods
|
||||
|
||||
.PHONY: inspircd commands modules
|
||||
.PHONY: all bad-target inspircd commands modules
|
||||
|
||||
END
|
||||
}
|
||||
|
@ -104,7 +104,7 @@ std::string User::ProcessNoticeMasks(const char *sm)
|
||||
break;
|
||||
}
|
||||
|
||||
*c++;
|
||||
c++;
|
||||
}
|
||||
|
||||
std::string s = this->FormatNoticeMasks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user