From 2d10b7617bf846d197b881507c6c37e951e773dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Feb 2009 11:26:14 +0100 Subject: maint: avoid warnings about potentially-counterproductive "inline" * src/dd.c (quit): Remove "inline" attribute. * src/test.c (advance, unary_advance): Likewise. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dd.c') diff --git a/src/dd.c b/src/dd.c index 6837b7b90..e9a55044a 100644 --- a/src/dd.c +++ b/src/dd.c @@ -669,7 +669,7 @@ cleanup (void) _("closing output file %s"), quote (output_file)); } -static inline void ATTRIBUTE_NORETURN +static void ATTRIBUTE_NORETURN quit (int code) { cleanup (); -- cgit v1.2.3-54-g00ecf