mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-11 05:43:33 +00:00
Fixed compiler warnings on MacOS
This commit is contained in:
@@ -95,7 +95,6 @@ extern void* kvm_server_mainloop(void *parm);
|
||||
extern void senddebug(int val);
|
||||
ILibTransport_DoneState kvm_serviceWriteSink(char *buffer, int bufferLen, void *reserved)
|
||||
{
|
||||
int len;
|
||||
ignore_result(write(STDOUT_FILENO, (void*)buffer, bufferLen));
|
||||
return ILibTransport_DoneState_COMPLETE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user