===> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to