summaryrefslogtreecommitdiff
path: root/xev.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-09 20:19:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-06-09 20:19:49 -0700
commite13d96502d6df614c35584c2e9919f4a508de34f (patch)
treed2cde7c0280bbde4cd6425cc771456be6d9953f6 /xev.c
parent7965bc6efbf5db244593735bbb98f0ffa759cd1a (diff)
Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xev.c')
-rw-r--r--xev.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/xev.c b/xev.c
index 23abe74..a54b794 100644
--- a/xev.c
+++ b/xev.c
@@ -75,6 +75,8 @@ Atom wm_protocols;
Bool have_rr;
int rr_event_base, rr_error_base;
+static void usage (void) _X_NORETURN;
+
static void
prologue (XEvent *eventp, char *event_name)
{
@@ -863,11 +865,6 @@ set_sizehints (XSizeHints *hintp, int min_width, int min_height,
}
}
-
-#if defined(__GNUC__) && \
- ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
-static void usage (void) __attribute__((__noreturn__));
-#endif
static void
usage (void)
{