From 9b9f5b35556106799bd72da8f07bd1976b60454a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 7 Sep 2014 21:45:58 +0300 Subject: Fix compilation warnings. --- src/net/eathena/questhandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/eathena/questhandler.cpp') diff --git a/src/net/eathena/questhandler.cpp b/src/net/eathena/questhandler.cpp index d7e8bf6e8..44567139f 100644 --- a/src/net/eathena/questhandler.cpp +++ b/src/net/eathena/questhandler.cpp @@ -129,7 +129,7 @@ void QuestHandler::processAddQuestsObjectives(Net::MessageIn &msg) const int quests = msg.readInt32("quests count"); for (int f = 0; f < quests; f ++) { - const int var = msg.readInt32("quest id"); + msg.readInt32("quest id"); msg.readInt32("time diff"); msg.readInt32("time"); const int num = msg.readInt16("objectives count"); -- cgit v1.2.3-70-g09d2