Date: Sun, 25 Oct 2015 17:55:38 +0100 From: Kristof Provost <kp@FreeBSD.org> To: Ian Lepore <ian@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289932 - head/sys/net Message-ID: <DD88137A-1BC7-42B1-A646-CAE3DF7B2DA5@FreeBSD.org> In-Reply-To: <1445791710.91534.51.camel@freebsd.org> References: <201510251314.t9PDEsV6053440@repo.freebsd.org> <1445791710.91534.51.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 25 Oct 2015, at 17:48, Ian Lepore <ian@freebsd.org> wrote: >=20 > On Sun, 2015-10-25 at 13:14 +0000, Kristof Provost wrote: >> Author: kp >> Date: Sun Oct 25 13:14:53 2015 >> New Revision: 289932 >> URL: https://svnweb.freebsd.org/changeset/base/289932 >>=20 >> Log: >> PF_ANEQ() macro will in most situations returns TRUE comparing two >> identical >=20 > It looks like this change is causing warnings when compiled with gcc: >=20 > cc1: warnings being treated as errors > /local/build/staging/freebsd/dpcur/src/sys/netpfil/pf/if_pfsync.c: In = function 'pfsync_state_import': > /local/build/staging/freebsd/dpcur/src/sys/netpfil/pf/if_pfsync.c:467: = warning: suggest parentheses around && within || [-Wparentheses] > /local/build/staging/freebsd/dpcur/src/sys/netpfil/pf/if_pfsync.c:468: = warning: suggest parentheses around && within || [-Wparentheses] > --- if_pfsync.o --- > *** [if_pfsync.o] Error code 1 >=20 > (and many more just the same building other pf files). Ouch, yes, it looks like I messed that up. The fix is on its way. Regards, Kristof=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DD88137A-1BC7-42B1-A646-CAE3DF7B2DA5>