From 2d4c4cb494842daa6b3865bc2729782098e367d8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 25 Dec 2013 01:49:55 +0300 Subject: fix compilation warnings. --- src/net/tmwa/pethandler.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/net') diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index 35363aaa7..e71420f15 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -48,14 +48,14 @@ void PetHandler::handleMessage(Net::MessageIn &msg) BLOCK_END("PetHandler::handleMessage") } -void PetHandler::move(const Being *const being, - const int x1, const int y1, - const int x2, const int y2) const +void PetHandler::move(const Being *const being A_UNUSED, + const int x1 A_UNUSED, const int y1 A_UNUSED, + const int x2 A_UNUSED, const int y2 A_UNUSED) const { } -void PetHandler::spawn(const Being *const being, - const int x, const int y) const +void PetHandler::spawn(const Being *const being A_UNUSED, + const int x A_UNUSED, const int y A_UNUSED) const { } -- cgit v1.2.3-60-g2f50