Fixed gcc warnings
This commit is contained in:
parent
8ad3c15d63
commit
77340773be
13 changed files with 53 additions and 53 deletions
|
|
@ -191,7 +191,7 @@ public:
|
|||
return false;
|
||||
}
|
||||
|
||||
if (tokens.size() != count+2)
|
||||
if (tokens.size() != uint16(count+2))
|
||||
{
|
||||
handler->PSendSysMessage("Invalid number of nicknames for this bracket.");
|
||||
handler->SetSentErrorMessage(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue