diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-13 17:59:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-13 17:59:12 +0300 |
commit | 2178322883713d595b86751ef6152fb0b834c048 (patch) | |
tree | 2232b54d20b00b6ff97b47d76326ffc68968b1d0 | |
parent | adb67cb947885af8f74eb8ad943d2862a198805d (diff) | |
download | plus-2178322883713d595b86751ef6152fb0b834c048.tar.gz plus-2178322883713d595b86751ef6152fb0b834c048.tar.bz2 plus-2178322883713d595b86751ef6152fb0b834c048.tar.xz plus-2178322883713d595b86751ef6152fb0b834c048.zip |
Fix compilation warning.
-rw-r--r-- | src/net/tmwa/maphandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/maphandler.cpp b/src/net/tmwa/maphandler.cpp index 5cbae31b0..2f2d37a82 100644 --- a/src/net/tmwa/maphandler.cpp +++ b/src/net/tmwa/maphandler.cpp @@ -38,7 +38,7 @@ MapHandler::MapHandler() : mapHandler = this; } -void MapHandler::handleMessage(Net::MessageIn &msg) +void MapHandler::handleMessage(Net::MessageIn &msg A_UNUSED) { } |