]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(do_copy): Add unreachable `return 0' to stifle warning.
authorJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:36:27 +0000 (08:36 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jan 1998 08:36:27 +0000 (08:36 +0000)
src/cp.c

index 57b9d17ef69da5ec84ef0bb672fec1bc078375af..cc2e4ea7c01a2d5aa1e7dd8cd4c80334b990434f 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -581,6 +581,9 @@ is not a directory"),
             dest);
       usage (1);
     }
+
+  /* unreachable */
+  return 0;
 }
 
 static void