PERFORCE change 127687 for review

John Birrell jb at FreeBSD.org
Thu Oct 18 02:52:56 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127687

Change 127687 by jb at jb_freebsd1 on 2007/10/18 09:52:29

	Change WARNS to suit gcc 4.2 until the code is in better shape.

Affected files ...

.. //depot/projects/dtrace/src/usr.sbin/arp/Makefile#4 edit

Differences ...

==== //depot/projects/dtrace/src/usr.sbin/arp/Makefile#4 (text+ko) ====

@@ -4,6 +4,6 @@
 PROG=	arp
 MAN=	arp.4 arp.8
 
-WARNS?=	3
+WARNS?=	1
 
 .include <bsd.prog.mk>


More information about the p4-projects mailing list