diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 23:30:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | 19f03b283367a95e3ffb7ef63049fd2992352aab (patch) | |
tree | b1374f28350cb123a0159c87d1c5aecd147eac69 /src/net/eathena/charserverhandler.cpp | |
parent | f32c27a3446fc8312a7fd4f9a85b60720549582a (diff) | |
download | plus-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.gz plus-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.bz2 plus-19f03b283367a95e3ffb7ef63049fd2992352aab.tar.xz plus-19f03b283367a95e3ffb7ef63049fd2992352aab.zip |
fix compilation warnings
Diffstat (limited to 'src/net/eathena/charserverhandler.cpp')
-rw-r--r-- | src/net/eathena/charserverhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp index 75a8245c0..a7f6fea68 100644 --- a/src/net/eathena/charserverhandler.cpp +++ b/src/net/eathena/charserverhandler.cpp @@ -417,7 +417,7 @@ void CharServerHandler::processPincodeStatus(Net::MessageIn &msg) } } -void CharServerHandler::setNewPincode(const std::string &pin) +void CharServerHandler::setNewPincode(const std::string &pin A_UNUSED) { // here need ecript pin with mPinSeed and pin values. |