From: Jim Meyering Date: Thu, 22 Jan 1998 08:36:27 +0000 (+0000) Subject: (do_copy): Add unreachable `return 0' to stifle warning. X-Git-Tag: FILEUTILS-3_16l~40 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=ef63ce007d9bc2ced67f452c29c0a404ea508f1f;p=thirdparty%2Fcoreutils.git (do_copy): Add unreachable `return 0' to stifle warning. --- diff --git a/src/cp.c b/src/cp.c index 57b9d17ef6..cc2e4ea7c0 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