Change signature of remoteSendStreamData() to fix compile warning
The actual type of size_t is architecture dependent. Because the len parameter is used as unsigned int in remoteSendStreamData(), change its type to unsigned int. * daemon/dispatch.[ch]: change size_t to unsigned int for remoteSendStreamData()
Showing
想要评论请 注册 或 登录