From owner-cvs-sys Wed Dec 20 09:13:23 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA02809 for cvs-sys-outgoing; Wed, 20 Dec 1995 09:13:23 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA02784 Wed, 20 Dec 1995 09:13:06 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA29649; Wed, 20 Dec 1995 10:15:38 -0700 Date: Wed, 20 Dec 1995 10:15:38 -0700 From: Nate Williams Message-Id: <199512201715.KAA29649@rocky.sri.MT.net> To: Nate Williams Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h In-Reply-To: <199512201706.JAA01622@freefall.freebsd.org> References: <199512201706.JAA01622@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk 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