mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
gcc warning
This commit is contained in:
parent
baa0f8039c
commit
1ff882153b
@ -470,7 +470,7 @@ do_flush() {
|
|||||||
Socket_TCP *tcp;
|
Socket_TCP *tcp;
|
||||||
DCAST_INTO_R(tcp, _socket, false);
|
DCAST_INTO_R(tcp, _socket, false);
|
||||||
|
|
||||||
bool okflag = (tcp->SendData(_queued_data) == _queued_data.size());
|
bool okflag = (tcp->SendData(_queued_data) == (int)_queued_data.size());
|
||||||
|
|
||||||
_queued_data = string();
|
_queued_data = string();
|
||||||
_queued_count = 0;
|
_queued_count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user