From 2fc2ae36225bbf7279e5093e236f2c16a674285d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 17:52:58 +0300 Subject: Fix compilation warnings. --- src/net/tmwa/chathandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/tmwa/chathandler.cpp') diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index 895468b4b..197661d08 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -207,7 +207,7 @@ void ChatHandler::processRaw(MessageOut &restrict outMsg, if (line.size() < 2) return; - int i = parseNumber(line.substr(1)); + const uint32_t i = parseNumber(line.substr(1)); switch (tolower(line[0])) { case 'b': -- cgit v1.2.3-70-g09d2