From 8ddf0d87d7463c21e28dd2bea6f3f42d4c92cb1d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 7 Jun 2014 13:00:46 -0700 Subject: tftp: drop "inline" from definition of usage() It is pointless and newer gcc say it is a lose. Signed-off-by: H. Peter Anvin --- tftp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tftp/main.c b/tftp/main.c index 1b8a881..b2f9059 100644 --- a/tftp/main.c +++ b/tftp/main.c @@ -188,7 +188,7 @@ char *xstrdup(const char *); const char *program; -static inline void usage(int errcode) +static void usage(int errcode) { fprintf(stderr, #ifdef HAVE_IPV6 -- cgit v1.2.1