summaryrefslogtreecommitdiff
path: root/xpr.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-06 22:40:45 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-06 22:40:45 -0700
commit28eaec94f936534573907425cf0fb5198979aab3 (patch)
treec5a06e725b953680e07fb4fc65f260a221748ab4 /xpr.c
parent3b8fed17575db9d8d571d240bbaebd05d4547060 (diff)
Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturn
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xpr.c')
-rw-r--r--xpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpr.c b/xpr.c
index 0e75400..892a73a 100644
--- a/xpr.c
+++ b/xpr.c
@@ -170,7 +170,7 @@ char hex2[]="000000000000000088888888888888884444444444444444cccccccccccccccc\
/* Local prototypes */
-static void usage(void);
+static void usage(void) _X_NORETURN;
static
void parse_args(
int argc,