Module Name: xsrc
Committed By: christos
Date: Sun May 9 16:55:36 UTC 2021
Modified Files:
xsrc/external/mit/xterm/dist: misc.c
Log Message:
make xt_error() dead for the benefit of clang
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 xsrc/external/mit/xterm/dist/misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xterm/dist/misc.c
diff -u xsrc/external/mit/xterm/dist/misc.c:1.18 xsrc/external/mit/xterm/dist/misc.c:1.19
--- xsrc/external/mit/xterm/dist/misc.c:1.18 Mon Apr 26 21:58:18 2021
+++ xsrc/external/mit/xterm/dist/misc.c Sun May 9 12:55:36 2021
@@ -6563,7 +6563,7 @@ xioerror(Display *dpy)
return 0; /* appease the compiler */
}
-void
+void _X_NORETURN
xt_error(String message)
{
xtermWarning("Xt error: %s\n", message);