Date: Wed, 3 Oct 2012 21:48:47 GMT From: Brooks Davis <brooks@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 218103 for review Message-ID: <201210032148.q93LmlCN095312@skunkworks.freebsd.org>
index | next in thread | raw e-mail
http://p4web.freebsd.org/@@218103?ac=10 Change 218103 by brooks@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"help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210032148.q93LmlCN095312>
