mirror of https://github.com/FreeRDP/FreeRDP
libfreerdp-core: llvm said fd may not be set
This commit is contained in:
parent
e004f45968
commit
7b0f4ce1ea
|
@ -151,7 +151,7 @@ DWORD WaitForSingleObjectEx(HANDLE hHandle, DWORD dwMilliseconds, BOOL bAlertabl
|
|||
|
||||
DWORD WaitForMultipleObjects(DWORD nCount, const HANDLE* lpHandles, BOOL bWaitAll, DWORD dwMilliseconds)
|
||||
{
|
||||
int fd;
|
||||
int fd = -1;
|
||||
int maxfd;
|
||||
int index;
|
||||
int status;
|
||||
|
|
Loading…
Reference in New Issue