mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 12:38:04 +02:00
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:
parent
9abe838007
commit
bf82ec0402
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue