mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
fix: "Implicit conversion loses integer precision" warnings (#3960)
This commit is contained in:
@@ -144,8 +144,8 @@ public:
|
||||
|
||||
void readBufferAdd(void const* data, size_t n_bytes);
|
||||
|
||||
int flushOutgoingProtocolMsgs();
|
||||
int flush(tr_direction dir, size_t byte_limit);
|
||||
ssize_t flushOutgoingProtocolMsgs();
|
||||
ssize_t flush(tr_direction dir, size_t byte_limit);
|
||||
|
||||
void writeBytes(void const* bytes, size_t n_bytes, bool is_piece_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user