summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-25 01:49:55 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-25 01:49:55 +0300
commit2d4c4cb494842daa6b3865bc2729782098e367d8 (patch)
tree540ba881fc15fa8d7110b8f0acb420654fba17ee /src/net
parent02d2f61628927de7b86bba2f9455dcf05c37f78d (diff)
downloadplus-2d4c4cb494842daa6b3865bc2729782098e367d8.tar.gz
plus-2d4c4cb494842daa6b3865bc2729782098e367d8.tar.bz2
plus-2d4c4cb494842daa6b3865bc2729782098e367d8.tar.xz
plus-2d4c4cb494842daa6b3865bc2729782098e367d8.zip
fix compilation warnings.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/tmwa/pethandler.cpp10
1 files changed, 5 insertions, 5 deletions
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
{
}