]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(quit): Declare to be inline to stifle compile warning.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:58:12 +0000 (08:58 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:58:12 +0000 (08:58 +0000)
src/dd.c

index 5a3319172642261b9c028dad2cf3dc6f32cc7b2e..538d74008450fb3891c81e08d72ca499c58c277b 100644 (file)
--- 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 ();