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:
Jeremy Huddleston 2015-10-14 15:13:42 -07:00 committed by Adam Jackson
parent a88460ca82
commit 2ae94d6e89
1 changed files with 1 additions and 0 deletions

View File

@ -1399,6 +1399,7 @@ recv_alive_msg(unsigned length)
}
}
_X_NORETURN
static void
XdmcpFatal(const char *type, ARRAY8Ptr status)
{