summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-22 08:36:27 +0000
committerJim Meyering <jim@meyering.net>1998-01-22 08:36:27 +0000
commitef63ce007d9bc2ced67f452c29c0a404ea508f1f (patch)
treecde2d971042f8067c6dd1cc3699893b1ef38126a /src/cp.c
parent6a8e657775c9e8893a230c22ab5e23c342f95f3d (diff)
downloadcoreutils-ef63ce007d9bc2ced67f452c29c0a404ea508f1f.tar.xz
(do_copy): Add unreachable `return 0' to stifle warning.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cp.c b/src/cp.c
index 57b9d17ef..cc2e4ea7c 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -581,6 +581,9 @@ is not a directory"),
dest);
usage (1);
}
+
+ /* unreachable */
+ return 0;
}
static void