mark _XDefaultIOError as no_return

mark _XDefaultIOError as no_return. No one comes back from exit() ...

Signed-off-by: harms wharms@bfs.de
This commit is contained in:
walter harms 2016-06-04 17:22:07 +02:00 committed by wharms
parent 9abe838007
commit bf82ec0402

View file

@ -1238,7 +1238,7 @@ _XWireToEvent(
* _XDefaultIOError - Default fatal system error reporting routine. Called
* when an X internal system error is encountered.
*/
int _XDefaultIOError(
_X_NORETURN int _XDefaultIOError(
Display *dpy)
{
if (ECHECK(EPIPE)) {