silence another compiler warning
This commit is contained in:
parent
bbaf63c7fd
commit
9d51f000ef
@ -274,7 +274,7 @@ int64 io_waituntil2(int64 milliseconds) {
|
||||
e->next_read=first_readable;
|
||||
first_readable=y[n].ident;
|
||||
}
|
||||
if ((y[n].filter==EVFILT_WRITE)) {
|
||||
if (y[n].filter==EVFILT_WRITE) {
|
||||
e->canwrite=1;
|
||||
#ifdef DEBUG
|
||||
assert(e->next_write==-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user