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