diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-04-25 21:17:23 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-04-25 21:17:23 -0700 |
commit | 717b348e12bdd1f3486709e9887b4cfcfa3fd6de (patch) | |
tree | cb8b37979f9b47a61b82e3f240e8b846ed5b1c7f /xeyes.c | |
parent | ecbd7c66a53cab3964c30158973fc5d620d898cd (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |