From 717b348e12bdd1f3486709e9887b4cfcfa3fd6de Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 25 Apr 2013 21:17:23 -0700 Subject: Mark usage as noreturn, as suggested by -Wmissing-noreturn Signed-off-by: Alan Coopersmith --- xeyes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xeyes.c') diff --git a/xeyes.c b/xeyes.c index c58436d..c2f3a73 100644 --- a/xeyes.c +++ b/xeyes.c @@ -43,7 +43,7 @@ from the X Consortium. /* Exit with message describing command line format */ -static void +static void _X_NORETURN usage(void) { fprintf(stderr, -- cgit v1.2.3