summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r--src/net/tmwa/pethandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp
index d260cea3a..37f87ab15 100644
--- a/src/net/tmwa/pethandler.cpp
+++ b/src/net/tmwa/pethandler.cpp
@@ -45,7 +45,7 @@ PetHandler::PetHandler() :
petHandler = this;
}
-void PetHandler::handleMessage(Net::MessageIn &msg)
+void PetHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
BLOCK_START("PetHandler::handleMessage")
BLOCK_END("PetHandler::handleMessage")