PERFORCE change 218103 for review

Brooks Davis brooks at FreeBSD.org
Wed Oct 3 21:48:49 UTC 2012


http://p4web.freebsd.org/@@218103?ac=10

Change 218103 by brooks at brooks_zenith on 2012/10/03 21:48:30

	Disable all warning checkes for openvswitch binaries for now to
	fix the build.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/usr.bin/openvswitch/Makefile.inc#3 edit
.. //depot/projects/ctsrd/beribsd/src/usr.sbin/openvswitch/Makefile.inc#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/usr.bin/openvswitch/Makefile.inc#3 (text+ko) ====

@@ -2,5 +2,7 @@
 
 OVSLIBDIR=	../../../lib/openvswitch
 
+WARNS=0
+
 .include "${.CURDIR}/${OVSLIBDIR}/ovs.mk"
 .include "../Makefile.inc"

==== //depot/projects/ctsrd/beribsd/src/usr.sbin/openvswitch/Makefile.inc#3 (text+ko) ====

@@ -2,5 +2,7 @@
 
 OVSLIBDIR=	../../../lib/openvswitch
 
+WARNS=0
+
 .include "${.CURDIR}/${OVSLIBDIR}/ovs.mk"
 .include "../Makefile.inc"


More information about the p4-projects mailing list