Commit d529c63c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

server: Silence compiler warning in fd_queue_async().

parent 9a973408
...@@ -1735,6 +1735,7 @@ struct async *fd_queue_async( struct fd *fd, const async_data_t *data, int type, ...@@ -1735,6 +1735,7 @@ struct async *fd_queue_async( struct fd *fd, const async_data_t *data, int type,
queue = fd->wait_q; queue = fd->wait_q;
break; break;
default: default:
queue = NULL;
assert(0); assert(0);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment