diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:48:25 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-04-03 15:48:25 -0700 |
commit | 3ef81a443a264c48f606dfedd47eb160822457fa (patch) | |
tree | 0734e4bf7a8f847d0228c368f0dd236185785451 /ULabel.c | |
parent | be2a75ec654722b282c9e2fac2b73a4dba9f50d0 (diff) |
mark Quit() & QuitAction() as noreturn
Clears gcc warnings:
xfontsel.c: In function ‘QuitAction’:
xfontsel.c:1477:1: warning: function might be candidate for
attribute ‘noreturn’ [-Wsuggest-attribute=noreturn]
QuitAction(Widget w, XEvent *event, String *params, Cardinal *num_params)
^~~~~~~~~~
xfontsel.c: In function ‘Quit’:
xfontsel.c:1392:6: warning: function might be candidate for
attribute ‘noreturn’ [-Wsuggest-attribute=noreturn]
void Quit(Widget w, XtPointer closure, XtPointer callData)
^~~~
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'ULabel.c')
0 files changed, 0 insertions, 0 deletions