summaryrefslogtreecommitdiff
path: root/include/extnsionst.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extnsionst.h')
-rw-r--r--include/extnsionst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extnsionst.h b/include/extnsionst.h
index 19c76fcc4..bb66dfb6e 100644
--- a/include/extnsionst.h
+++ b/include/extnsionst.h
@@ -84,7 +84,7 @@ extern _X_EXPORT EventSwapPtr EventSwapVector[128];
extern _X_EXPORT void NotImplemented ( /* FIXME: this may move to another file... */
xEvent *,
- xEvent *);
+ xEvent *) _X_NORETURN;
#define SetGCVector(pGC, VectorElement, NewRoutineAddress, Atom) \
pGC->VectorElement = NewRoutineAddress;