bandbi: a function that calls exit(3) should be marked noreturn

This commit is contained in:
Aaron Jones 2016-06-01 19:56:47 +00:00
parent 5cbd46a893
commit 2ec9f59588
No known key found for this signature in database
GPG key ID: 6E854C0FAAD4CEA4

View file

@ -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'
};