Gerald Pfeifer : server: Silence compiler warning in fd_queue_async().

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 23 08:39:12 CDT 2007


Module: wine
Branch: master
Commit: d529c63ced9a4b0dfecdcf9191b5d82512541937
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d529c63ced9a4b0dfecdcf9191b5d82512541937

Author: Gerald Pfeifer <gerald at 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);
     }
 




More information about the wine-cvs mailing list