• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

A bit confused of error in protocolgame.cpp

maladiec

New Member
Joined
May 9, 2010
Messages
56
Reaction score
0
Heya all,
So i'm creating a new OT, so compiling it on Ubuntu 12.04.
And having a little problem over here after "Make"

Code:
make[1]: Entering directory `/OT/src/src'
  CXX    protocolgame.o
protocolgame.cpp: In member function ‘void ProtocolGame::parseEditVip(NetworkMessage&)’:
protocolgame.cpp:1525:23: error: comparison of unsigned expression >= 0 is always true [-Werror=type-limits]
cc1plus: all warnings being treated as errors
make[1]: *** [protocolgame.o] Error 1
It is 0.3.7
Any suggestions how to solve this?
Thank you for your time spent of reading this.
 
Back
Top