Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 May 2002 11:37:42 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        freebsd-current@freebsd.org
Subject:   bin/cp breaks world
Message-ID:  <200205101837.g4AIbhSl090374@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
===> bin/cp
cc -O -pipe -march=k6 -DVM_AND_BUFFER_CACHE_SYNCHRONIZED
   -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wformat=2
 -Wno-format-extra-args -Werror  -c /home/src/bin/cp/cp.c
cc1: warnings being treated as errors
/home/src/bin/cp/cp.c: In function `copy':
/home/src/bin/cp/cp.c:275: warning: deprecated use of
label at end of compound statement

-- 
Steve
http://troutmask.apl.washington.edu/~kargl/


--- /home/src/bin/cp/cp.c.orig	Fri May 10 10:56:22 2002
+++ /home/src/bin/cp/cp.c	Fri May 10 10:57:10 2002
@@ -272,6 +272,7 @@
 			badcp = rval = 1;
 			continue;
 		default:
+			;
 		}
 
 		/*

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205101837.g4AIbhSl090374>