mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
6183a77273
commit
8a7a180b9e
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue