зеркало из https://github.com/mozilla/gecko-dev.git
Bugzilla 412 submitted by dpg@ix.netcom.com, fix compile time warnings.
This commit is contained in:
Родитель
622f4508be
Коммит
11bd8f8dac
|
@ -50,8 +50,8 @@ void CSelectTracker::AddSelect(SelectType stType, PRFileDesc *prFD)
|
|||
unsigned int index = fd_set_size;
|
||||
unsigned int count;
|
||||
|
||||
#define CONNECT_FLAGS PR_POLL_READ | PR_POLL_EXCEPT | PR_POLL_WRITE
|
||||
#define READ_FLAGS PR_POLL_READ | PR_POLL_EXCEPT
|
||||
#define CONNECT_FLAGS (PR_POLL_READ | PR_POLL_EXCEPT | PR_POLL_WRITE)
|
||||
#define READ_FLAGS (PR_POLL_READ | PR_POLL_EXCEPT)
|
||||
|
||||
// Go through the list, make sure that there is not already an entry for fd.
|
||||
for(count=0; count < fd_set_size; count++)
|
||||
|
|
Загрузка…
Ссылка в новой задаче