summaryrefslogtreecommitdiff
path: root/src/net/tmwa/npchandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-20 20:05:12 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-20 20:05:12 +0300
commitb3ce0c32c6918eb7b3f50c8a1c0e57a6522bce82 (patch)
tree3071b6aec1de4df41f9159e7b27d9d1f42d5ba28 /src/net/tmwa/npchandler.cpp
parentd50ef0a41191beb164e9dddc87f6ffadea5b5cc8 (diff)
downloadplus-b3ce0c32c6918eb7b3f50c8a1c0e57a6522bce82.tar.gz
plus-b3ce0c32c6918eb7b3f50c8a1c0e57a6522bce82.tar.bz2
plus-b3ce0c32c6918eb7b3f50c8a1c0e57a6522bce82.tar.xz
plus-b3ce0c32c6918eb7b3f50c8a1c0e57a6522bce82.zip
Fix compilation warnings.
Diffstat (limited to 'src/net/tmwa/npchandler.cpp')
-rw-r--r--src/net/tmwa/npchandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp
index 7007a20f1..60d41a7ef 100644
--- a/src/net/tmwa/npchandler.cpp
+++ b/src/net/tmwa/npchandler.cpp
@@ -178,7 +178,7 @@ void NpcHandler::sell(const BeingId beingId) const
void NpcHandler::buyItem(const BeingId beingId A_UNUSED,
const int itemId,
- const unsigned char color,
+ const unsigned char color A_UNUSED,
const int amount) const
{
createOutPacket(CMSG_NPC_BUY_REQUEST);