summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Harrison <colin.harrison@virgin.net>2009-01-04 20:12:16 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2009-01-05 19:11:53 +0000
commit8428b92fcb478b041f778c0e8c66fdeb96c807f3 (patch)
tree9ab85fa481624a559f0f0a6e848afe19c427ca78
parentf6f97419bd2db651384ecaec0b296840810463a4 (diff)
Xming: Fix a couple of warnings
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
-rw-r--r--hw/xwin/winmultiwindowwm.c3
1 files changed, 2 insertions, 1 deletions
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;
}