Date: Wed, 20 Dec 1995 10:15:38 -0700 From: Nate Williams <nate@rocky.sri.MT.net> To: Nate Williams <nate@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h Message-ID: <199512201715.KAA29649@rocky.sri.MT.net> In-Reply-To: <199512201706.JAA01622@freefall.freebsd.org> References: <199512201706.JAA01622@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nate Williams writes: > nate 95/12/20 09:06:42 > > Branch: sys/i386/include RELENG_2_1_0 > Modified: sys/i386/include cpufunc.h > Log: > C++ doesn't allow implicit conversions from 'void *' to other pointer > types. Explicitly cast the pointer to the correct type. > Bruce already fixed this for -current, but this came up during a discussion John Polstra and I had earlier on this week. The warnings occurred when trying to compile 'DDD' (The Data Debugger). /usr/include/machine/spl.h needs to be changed as well to get DDD to compile, but I'm un-sure if I shouldn't just bring in the version from -current which works. Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512201715.KAA29649>