Module: wine Branch: master Commit: d529c63ced9a4b0dfecdcf9191b5d82512541937 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d529c63ced9a4b0dfecdcf9191...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Fri Apr 20 13:11:54 2007 +0200
server: Silence compiler warning in fd_queue_async().
---
server/fd.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/server/fd.c b/server/fd.c index 656042f..4ad4da5 100644 --- a/server/fd.c +++ b/server/fd.c @@ -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); }