From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] Cast removal Date: Wed, 4 Oct 2006 17:28:04 -0700 Message-ID: <20061004172804.1704225e.akpm@osdl.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.osdl.org ([65.172.181.4]:1992 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751253AbWJEA2K (ORCPT ); Wed, 4 Oct 2006 20:28:10 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Moore, Robert" Cc: Jan Engelhardt , Linux Kernel Mailing List , "Brown, Len" , ACPI List On Wed, 4 Oct 2006 14:40:56 -0700 "Moore, Robert" wrote: > Most of the casting stuff is because ACPICA has to support a bunch of > different compilers. What compiler generates a warning when you fail to cast a void*? That's standard C isn't it?