diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:31:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-09 20:31:43 +0300 |
commit | c7db193b5dc630177c6ccf59f0c2daf233790b59 (patch) | |
tree | 8953c65873c560f70a187b7f2f98953a53b5ee29 | |
parent | 6b4beb683308a0df2d08c7ae499cffa0d87f5dae (diff) | |
download | plus-c7db193b5dc630177c6ccf59f0c2daf233790b59.tar.gz plus-c7db193b5dc630177c6ccf59f0c2daf233790b59.tar.bz2 plus-c7db193b5dc630177c6ccf59f0c2daf233790b59.tar.xz plus-c7db193b5dc630177c6ccf59f0c2daf233790b59.zip |
Fix compilation warnings.
-rw-r--r-- | src/net/tmwa/npchandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 { } |