diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-17 10:25:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-02-17 10:25:18 -0800 |
commit | 7e5c3cdddeee730dff2b464de558954344d55892 (patch) | |
tree | d41266ab866a2701f26340792ffba628f3ef487c /xfd.c | |
parent | 78ee6607ca35319c4785c5c48f7eed618e56d7d0 (diff) |
Mark do_quit as noreturn, as suggested by gcc & clang
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xfd.c')
-rw-r--r-- | xfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ static XrmOptionDescRec xfd_options[] = { static void usage(void); static void SelectChar(Widget w, XtPointer closure, XtPointer data); static void do_quit(Widget w, XEvent *event, String *params, - Cardinal *num_params); + Cardinal *num_params) _X_NORETURN; static void change_page(int page); static void set_button_state(void); static void do_prev(Widget w, XEvent *event, String *params, |