Re: powerpc.LINT* broken in netmap(4)

2017-01-13 Thread Ngie Cooper (yaneurabeya)
> On Jan 13, 2017, at 02:22, Ngie Cooper (yaneurabeya) > wrote: > > Hi, > I spotted these compilation errors on universe12a.freebsd.org for both > powerpc.LINT and powerpc.LINT64: > > cc1: warnings being treated as errors >

Re: powerpc.LINT* broken in netmap(4)

2017-01-13 Thread Vincenzo Maffione
Hi, Thanks for reporting. The warning is innocuous, but I'm not sure how to silence it. Maybe diff --git a/sys/dev/netmap/netmap_generic.c b/sys/dev/netmap/netmap_generic.c index cb1cff1f0e7..226a0864fd0 100644 --- a/sys/dev/netmap/netmap_generic.c +++ b/sys/dev/netmap/netmap_generic.c @@

powerpc.LINT* broken in netmap(4)

2017-01-13 Thread Ngie Cooper (yaneurabeya)
Hi, I spotted these compilation errors on universe12a.freebsd.org for both powerpc.LINT and powerpc.LINT64: cc1: warnings being treated as errors /scratch/tmp/ngie/svn/sys/dev/netmap/netmap_generic.c: In function 'generic_set_tx_event':