From: Jim Meyering Date: Thu, 22 Jan 1998 08:58:12 +0000 (+0000) Subject: (quit): Declare to be inline to stifle compile warning. X-Git-Tag: FILEUTILS-3_16l~38 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=2a4842f7f3c45a08e9dcbb2ada35a5e6fa8f3b9d;p=thirdparty%2Fcoreutils.git (quit): Declare to be inline to stifle compile warning. --- diff --git a/src/dd.c b/src/dd.c index 5a33191726..538d740084 100644 --- a/src/dd.c +++ b/src/dd.c @@ -377,7 +377,7 @@ cleanup (void) error (1, errno, "%s", output_file); } -static void +static inline void quit (int code) { cleanup ();