diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-06-11 12:17:13 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2023-06-11 12:17:13 -0700 |
commit | 104e6cd3459df1e3020bf8c27d275392c5b15531 (patch) | |
tree | e294d01b8b0a9209174efb9c91b44b399386d0a9 /xev.c | |
parent | 9588a366cd0ca9b38cc545a8f70ae1f70f062ee9 (diff) |
Mark graceful_exit as noreturn
Suggested by clang -Wmissing-noreturn
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xev.c')
-rw-r--r-- | xev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ output(enum OutputFlags flags, const char* format, ...) } } -static void +static void _X_NORETURN graceful_exit(int status) { if (single_line) { |