diff --git a/libresapi/src/api/ChatHandler.cpp b/libresapi/src/api/ChatHandler.cpp index 00c5c7fb2..ef142e0b3 100644 --- a/libresapi/src/api/ChatHandler.cpp +++ b/libresapi/src/api/ChatHandler.cpp @@ -233,7 +233,7 @@ void ChatHandler::notifyChatLobbyEvent(uint64_t lobby_id, uint32_t event_type, } } -void ChatHandler::notifyListChange(int list, int type) +void ChatHandler::notifyListChange(int list, int /*type*/) { if(list == NOTIFY_LIST_CHAT_LOBBY_INVITATION) { @@ -968,7 +968,7 @@ void ChatHandler::handleInviteToLobby(Request& req, Response& resp) resp.setOk(); } -void ChatHandler::handleGetInvitationsToLobby(Request& req, Response& resp) +void ChatHandler::handleGetInvitationsToLobby(Request& /*req*/, Response& resp) { std::list invites; mRsMsgs->getPendingChatLobbyInvites(invites);