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>
This commit is contained in:
Jeremy Huddleston 2015-10-14 15:13:42 -07:00 committed by Adam Jackson
parent a7a00e4bd8
commit 9a2a05a9a7

View File

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