libfreerdp-core: llvm said fd may not be set

This commit is contained in:
Alam Arias 2012-12-16 23:03:00 -05:00
parent e004f45968
commit 7b0f4ce1ea
1 changed files with 1 additions and 1 deletions

View File

@ -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;