> On 25 Oct 2015, at 17:48, Ian Lepore <i...@freebsd.org> wrote: > > 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 >> >> Log: >> PF_ANEQ() macro will in most situations returns TRUE comparing two >> identical > > It looks like this change is causing warnings when compiled with gcc: > > 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 > > (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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"