On Fri, Oct 24, 2014 at 6:35 PM, Bjoern A. Zeeb <b...@freebsd.org> wrote:
... > Has anyone fixed this: > > /scratch/tmp/bz/head.svn/sys/kern/kern_umtx.c:2898:21: error: passing > 'volatile __uint32_t *' (aka 'volatile unsigned int *') to parameter of type > 'const void *' discards qualifiers > [-Werror,-Wincompatible-pointer-types-discards-qualifier > s] > count = fuword32(&sem->_count); > ^~~~~~~~~~~~ > /scratch/tmp/bz/head.svn/sys/sys/systm.h:258:30: note: passing argument to > parameter 'base' here > int32_t fuword32(const void *base); > ^ > 1 error generated. > --- kern_umtx.o --- > *** [kern_umtx.o] Error code 1 Xin did in r273616. Cheers! _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"