Date: Thu, 22 Jun 2017 15:48:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220122] head -r320059 (e.g.) clang based buildkernel (without WERROR): /usr/src/sys/sys/sglist.h:81:19: error: passing 'int *' to parameter of type 'volatile u_int *' ... converts between pointers to integer types with different sign Message-ID: <bug-220122-8-We03u64XUT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220122-8@https.bugs.freebsd.org/bugzilla/> References: <bug-220122-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220122 Conrad Meyer <cem@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cem@freebsd.org --- Comment #1 from Conrad Meyer <cem@freebsd.org> --- I've noticed this before at $WORK, too. I think the type of sg_refs is just wrong -- should be u_int, if not volatile u_int. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220122-8-We03u64XUT>