mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
usage never returns, and thus should be __dead.
ok jasper@.
This commit is contained in:
parent
9cb4f8884e
commit
3f63e529bf
2
calmwm.c
2
calmwm.c
@ -322,7 +322,7 @@ _sigchld_cb(int which)
|
||||
;
|
||||
}
|
||||
|
||||
void
|
||||
__dead void
|
||||
usage(void)
|
||||
{
|
||||
extern char *__progname;
|
||||
|
2
calmwm.h
2
calmwm.h
@ -312,7 +312,7 @@ int x_errorhandler(Display *, XErrorEvent *);
|
||||
void x_setup(char *display_name);
|
||||
char *x_screenname(int);
|
||||
void x_setupscreen(struct screen_ctx *, u_int);
|
||||
void usage(void);
|
||||
__dead void usage(void);
|
||||
|
||||
struct client_ctx *client_find(Window);
|
||||
void client_setup(void);
|
||||
|
Loading…
Reference in New Issue
Block a user