mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
xdmcp: Declare XdmcpFatal _X_NORETURN
xdmcp.c:1404:1: warning: function 'XdmcpFatal' could be declared with attribute 'noreturn'
[-Wmissing-noreturn,Semantic Issue]
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
(cherry picked from commit 9a2a05a9a7)
This commit is contained in:
parent
a88460ca82
commit
2ae94d6e89
1 changed files with 1 additions and 0 deletions
|
|
@ -1399,6 +1399,7 @@ recv_alive_msg(unsigned length)
|
|||
}
|
||||
}
|
||||
|
||||
_X_NORETURN
|
||||
static void
|
||||
XdmcpFatal(const char *type, ARRAY8Ptr status)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue