summaryrefslogtreecommitdiff
path: root/iceauth.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 10:07:03 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-02-23 10:07:17 -0800
commit21e6ddc42acc7864fb260c101060dee5cebf07c1 (patch)
treeb12535601aa2edcb99590f7824b0a7bd928dafbe /iceauth.c
parentef04ccaac0e501612367c098410129f89e1d109a (diff)
downloadiceauth-21e6ddc42acc7864fb260c101060dee5cebf07c1.tar.gz
Add _X_NORETURN attributes suggested by gcc
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'iceauth.c')
-rw-r--r--iceauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/iceauth.c b/iceauth.c
index 8730a82..b33cb38 100644
--- a/iceauth.c
+++ b/iceauth.c
@@ -52,7 +52,8 @@ static const char *defsource = "(stdin)";
/*
* utility routines
*/
-static void usage (void)
+static void _X_NORETURN
+usage (void)
{
static const char prefixmsg[] =
"\n"