mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 12:50:53 +00:00
server: Silence compiler warning in fd_queue_async().
This commit is contained in:
parent
9a973408a0
commit
d529c63ced
@ -1735,6 +1735,7 @@ struct async *fd_queue_async( struct fd *fd, const async_data_t *data, int type,
|
||||
queue = fd->wait_q;
|
||||
break;
|
||||
default:
|
||||
queue = NULL;
|
||||
assert(0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user