summaryrefslogtreecommitdiff
path: root/appres.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 11:18:33 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-01-19 11:18:33 -0800
commit766a467795cd9e58cd9ea0266dd6a5b54403aac8 (patch)
treed8fac7e6fa613afed8a02270b893105f9e4bcb00 /appres.c
parent5fe00fdffe8ec04f8ad04617a2b26ff282049a4c (diff)
Mark usage() as _X_NORETURN to satisfy -Wmissing-noreturn warning
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'appres.c')
-rw-r--r--appres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/appres.c b/appres.c
index a2a8d58..9a137fc 100644
--- a/appres.c
+++ b/appres.c
@@ -35,7 +35,7 @@ static char *ProgramName;
static XrmQuark XrmQString;
-static void
+static void _X_NORETURN
usage (void)
{
fprintf (stderr,