mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Silence some type mismatch warnings.
This commit is contained in:
@@ -119,7 +119,7 @@ int Socket::Send( const void* _buf, int len )
|
||||
len -= ret;
|
||||
buf += ret;
|
||||
}
|
||||
return buf - start;
|
||||
return int( buf - start );
|
||||
}
|
||||
|
||||
int Socket::Recv( void* _buf, int len, const timeval* tv )
|
||||
|
||||
Reference in New Issue
Block a user