Fixing compiler warnings.

This commit is contained in:
lotodore
2015-01-24 10:11:51 +01:00
parent 374048c5cd
commit cc5998e863
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
}