Fixed a few MSVC warnings.
This commit is contained in:
@@ -983,7 +983,7 @@ void cProtocol172::AddReceivedData(const char * a_Data, int a_Size)
|
||||
}
|
||||
|
||||
// Handle all complete packets:
|
||||
while (true)
|
||||
for (;;)
|
||||
{
|
||||
UInt32 PacketLen;
|
||||
if (!m_ReceivedData.ReadVarInt(PacketLen))
|
||||
|
||||
Reference in New Issue
Block a user