summaryrefslogtreecommitdiff
path: root/x11perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11perf.h')
-rw-r--r--x11perf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11perf.h b/x11perf.h
index 60b19bf..3d9c8ad 100644
--- a/x11perf.h
+++ b/x11perf.h
@@ -135,7 +135,7 @@ extern Test test[];
extern int abortTest;
-extern void AbortTest (void);
+extern void AbortTest (void) _X_NORETURN;
#define CheckAbort() if (abortTest) AbortTest ()
#define ForEachTest(x) for (x = 0; test[x].option != NULL; x++)