From ec914ceb5f421019a54b442e6fc0a0a2cfe8d627 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Oct 2014 01:03:16 +0300 Subject: Fix compilation warnings. --- src/net/tmwa/charserverhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/charserverhandler.cpp') diff --git a/src/net/tmwa/charserverhandler.cpp b/src/net/tmwa/charserverhandler.cpp index 95b26a89d..21857d45e 100644 --- a/src/net/tmwa/charserverhandler.cpp +++ b/src/net/tmwa/charserverhandler.cpp @@ -511,8 +511,8 @@ void CharServerHandler::processCharCreate2(Net::MessageIn &msg) BLOCK_END("CharServerHandler::processCharCreate2") } -void CharServerHandler::renameCharacter(const int id, - const std::string &newName) +void CharServerHandler::renameCharacter(const int id A_UNUSED, + const std::string &newName A_UNUSED) { } -- cgit v1.2.3-70-g09d2