Fixing compiler warnings.
This commit is contained in:
@@ -290,12 +290,12 @@ void guiLog::logPlayerJoinedMsg(QString playerName)
|
||||
#endif
|
||||
}
|
||||
|
||||
void guiLog::logSpectatorLeftMsg(QString playerName, int wasKicked)
|
||||
void guiLog::logSpectatorLeftMsg(QString /*playerName*/, int /*wasKicked*/)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void guiLog::logSpectatorJoinedMsg(QString playerName)
|
||||
void guiLog::logSpectatorJoinedMsg(QString /*playerName*/)
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
@@ -1061,7 +1061,7 @@ ClientStateWaitEnterLogin::Exit(boost::shared_ptr<ClientThread> client)
|
||||
}
|
||||
|
||||
void
|
||||
ClientStateWaitEnterLogin::InternalHandleAuthMsg(boost::shared_ptr<ClientThread> client, const AuthMessage &authMsg)
|
||||
ClientStateWaitEnterLogin::InternalHandleAuthMsg(boost::shared_ptr<ClientThread> /*client*/, const AuthMessage &authMsg)
|
||||
{
|
||||
if (authMsg.messagetype() == AuthMessage::Type_ErrorMessage) {
|
||||
// Server reported an error.
|
||||
|
||||
Reference in New Issue
Block a user