Xming: Fix a couple of warnings
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
This commit is contained in:
parent
f6f97419bd
commit
8428b92fcb
|
@ -798,6 +798,7 @@ winMultiWindowWMProc (void *pArg)
|
||||||
#if CYGMULTIWINDOW_DEBUG
|
#if CYGMULTIWINDOW_DEBUG
|
||||||
ErrorF("-winMultiWindowWMProc ()\n");
|
ErrorF("-winMultiWindowWMProc ()\n");
|
||||||
#endif
|
#endif
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1058,7 +1059,7 @@ winMultiWindowXMsgProc (void *pArg)
|
||||||
|
|
||||||
XCloseDisplay (pProcArg->pDisplay);
|
XCloseDisplay (pProcArg->pDisplay);
|
||||||
pthread_exit (NULL);
|
pthread_exit (NULL);
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue