mirror of
https://github.com/matrix-construct/construct
synced 2024-11-17 15:30:52 +01:00
bandbi: a function that calls exit(3) should be marked noreturn
This commit is contained in:
parent
5cbd46a893
commit
2ec9f59588
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@
|
|||
#include "msg.h" /* XXX: MAXPARA */
|
||||
#include "operhash.h"
|
||||
|
||||
static void
|
||||
bandb_handle_failure(rb_helper *helper, char **parv, int parc) __attribute__((noreturn));
|
||||
|
||||
static char bandb_add_letter[LAST_BANDB_TYPE] = {
|
||||
'K', 'D', 'X', 'R'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue