X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fperror_nomsg_and_die.c;h=dab3df60ab5a4599d74695c48d9ed07dfc746d40;hb=ec1a4b5a521b5adf295bc757c25231910f8c854b;hp=c416df67cded4f61a3e39f7bcf40fb9169b68da8;hpb=666da5e2c6edec979966d16771818b32dcfafe04;p=oweals%2Fbusybox.git diff --git a/libbb/perror_nomsg_and_die.c b/libbb/perror_nomsg_and_die.c index c416df67c..dab3df60a 100644 --- a/libbb/perror_nomsg_and_die.c +++ b/libbb/perror_nomsg_and_die.c @@ -13,6 +13,8 @@ //#include "libbb.h" extern void bb_perror_msg_and_die(const char *s, ...); +/* suppress gcc "no previous prototype" warning */ +void bb_perror_nomsg_and_die(void); void bb_perror_nomsg_and_die(void) { bb_perror_msg_and_die(0);