diff --git a/include/ircd_getopt.h b/include/ircd_getopt.h index 9ffeb76d..bd41cbe8 100644 --- a/include/ircd_getopt.h +++ b/include/ircd_getopt.h @@ -37,7 +37,7 @@ struct lgetopt extern struct lgetopt myopts[]; -void usage(const char *); +void usage(const char *) __attribute__((noreturn)); void parseargs(int *, char * const **, struct lgetopt *); #endif /* __GETOPT_H_INCLUDED__ */