summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-02-14 11:26:14 +0100
committerJim Meyering <meyering@redhat.com>2009-03-02 09:10:06 +0100
commit2d10b7617bf846d197b881507c6c37e951e773dd (patch)
tree220b8aff42f3e9656a1b11c686953c3fa9dbf5cf /src/dd.c
parent14cdeddbf39f8ffde844c6d28547b4c9d74cd362 (diff)
downloadcoreutils-2d10b7617bf846d197b881507c6c37e951e773dd.tar.xz
maint: avoid warnings about potentially-counterproductive "inline"
* src/dd.c (quit): Remove "inline" attribute. * src/test.c (advance, unary_advance): Likewise.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
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 ();