Changed: #825 Remove all warning when compiling Ryzom

This commit is contained in:
kervala 2010-07-24 23:59:25 +02:00
parent 24d3cfbe23
commit a756186916

View file

@ -71,7 +71,7 @@ struct TMessageRecord
{
stream.serial( s_event );
Event = StringToEvent( s_event );
uint32 sockId = (uint32)SockId;
uint32 sockId = (uint32)(size_t)SockId;
stream.serialHex( sockId );
stream.serial( len );
stream.serialBuffer( Message.bufferToFill( len ), len );