From e13d96502d6df614c35584c2e9919f4a508de34f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 9 Jun 2011 20:19:49 -0700 Subject: Replace local checks for gcc with _X_NORETURN from xproto 7.0.17 Signed-off-by: Alan Coopersmith --- xev.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'xev.c') 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) { -- cgit v1.2.3