server: Silence compiler warning in fd_queue_async().

This commit is contained in:
Gerald Pfeifer 2007-04-20 13:11:54 +02:00 committed by Alexandre Julliard
parent 9a973408a0
commit d529c63ced
1 changed files with 1 additions and 0 deletions

View File

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