summaryrefslogtreecommitdiff
path: root/xeyes.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-25 21:17:23 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-04-25 21:17:23 -0700
commit717b348e12bdd1f3486709e9887b4cfcfa3fd6de (patch)
treecb8b37979f9b47a61b82e3f240e8b846ed5b1c7f /xeyes.c
parentecbd7c66a53cab3964c30158973fc5d620d898cd (diff)
Mark usage as noreturn, as suggested by -Wmissing-noreturn
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xeyes.c')
-rw-r--r--xeyes.c2
1 files changed, 1 insertions, 1 deletions
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,