diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:18:33 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-01-19 11:18:33 -0800 |
commit | 766a467795cd9e58cd9ea0266dd6a5b54403aac8 (patch) | |
tree | d8fac7e6fa613afed8a02270b893105f9e4bcb00 /appres.c | |
parent | 5fe00fdffe8ec04f8ad04617a2b26ff282049a4c (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ static char *ProgramName; static XrmQuark XrmQString; -static void +static void _X_NORETURN usage (void) { fprintf (stderr, |