mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Fixed compiler warning
This commit is contained in:
@@ -3004,7 +3004,6 @@ char *ILibChain_GetMetaDataFromDescriptorSetEx(void *chain, fd_set *inr, fd_set
|
||||
fd_set errorset;
|
||||
fd_set writeset;
|
||||
fd_set emptyset; FD_ZERO(&emptyset);
|
||||
struct timeval tv; tv.tv_sec = 0; tv.tv_usec = 0;
|
||||
int selectTimeout = UPNP_MAX_WAIT * 1000;
|
||||
int f;
|
||||
while (node != NULL && (module = (ILibChain_Link*)ILibLinkedList_GetDataFromNode(node)) != NULL)
|
||||
|
||||
Reference in New Issue
Block a user