Fixed some compiler warnings.

This commit is contained in:
lotodore
2007-11-07 14:11:57 +00:00
parent abdd751944
commit 5f5a3d90f5
5 changed files with 8 additions and 7 deletions
@@ -180,7 +180,7 @@ void gameLobbyDialogImpl::refresh(int actionID) {
}
}
void gameLobbyDialogImpl::removedFromGame(int reason)
void gameLobbyDialogImpl::removedFromGame(int /*reason*/)
{
inGame = false;
isAdmin = false;