svn commit: r273604 - in head: include lib/libc/gen sys/kern sys/sys usr.bin/truss

NGie Cooper yaneurabeya at gmail.com
Sat Oct 25 01:38:59 UTC 2014


On Fri, Oct 24, 2014 at 6:35 PM, Bjoern A. Zeeb <bz at 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!


More information about the svn-src-head mailing list