]> jfr.im git - solanum.git/commitdiff
bandbi: a function that calls exit(3) should be marked noreturn
authorAaron Jones <redacted>
Wed, 1 Jun 2016 19:56:47 +0000 (19:56 +0000)
committerAaron Jones <redacted>
Wed, 1 Jun 2016 19:56:47 +0000 (19:56 +0000)
ircd/bandbi.c

index 15171b646f71802c9bc99d5207dcc25c317e7677..567f30fd7f1200a081f456c16b0184168ded7cd8 100644 (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'
 };