From 8428b92fcb478b041f778c0e8c66fdeb96c807f3 Mon Sep 17 00:00:00 2001 From: Colin Harrison Date: Sun, 4 Jan 2009 20:12:16 +0000 Subject: [PATCH] Xming: Fix a couple of warnings Signed-off-by: Jon TURNEY --- hw/xwin/winmultiwindowwm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xwin/winmultiwindowwm.c b/hw/xwin/winmultiwindowwm.c index 7e00fb894..ca9460a76 100644 --- a/hw/xwin/winmultiwindowwm.c +++ b/hw/xwin/winmultiwindowwm.c @@ -798,6 +798,7 @@ winMultiWindowWMProc (void *pArg) #if CYGMULTIWINDOW_DEBUG ErrorF("-winMultiWindowWMProc ()\n"); #endif + return NULL; } @@ -1058,7 +1059,7 @@ winMultiWindowXMsgProc (void *pArg) XCloseDisplay (pProcArg->pDisplay); pthread_exit (NULL); - + return NULL; }