From c7db193b5dc630177c6ccf59f0c2daf233790b59 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 20:31:43 +0300 Subject: Fix compilation warnings. --- src/net/tmwa/npchandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/tmwa/npchandler.cpp') diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index c8a740fde..cd20cf87d 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -214,8 +214,8 @@ void NpcHandler::produceMix(const int nameId A_UNUSED, { } -void NpcHandler::cooking(const CookingType::Type type, - const int nameId) const +void NpcHandler::cooking(const CookingType::Type type A_UNUSED, + const int nameId A_UNUSED) const { } -- cgit v1.2.3-60-g2f50