svn commit: r289932 - head/sys/net

Kristof Provost kp at FreeBSD.org
Sun Oct 25 16:55:45 UTC 2015


> On 25 Oct 2015, at 17:48, Ian Lepore <ian at 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


More information about the svn-src-head mailing list