Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933201Ab3D2VyU (ORCPT ); Mon, 29 Apr 2013 17:54:20 -0400 Received: from mail-ia0-f176.google.com ([209.85.210.176]:55511 "EHLO mail-ia0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933186Ab3D2VyS convert rfc822-to-8bit (ORCPT ); Mon, 29 Apr 2013 17:54:18 -0400 Date: Mon, 29 Apr 2013 16:54:14 -0500 From: Rob Landley Subject: Re: [PATCH 1/1] kconfig: fix lists definition for C++ To: Randy Dunlap Cc: "Yann E. MORIN" , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, Michal Marek , Benjamin Poirier References: <21ca352b71ca252e1933b1538fe89da8a04395c3.1367258255.git.yann.morin.1998@free.fr> <517EC9C7.9000903@infradead.org> In-Reply-To: <517EC9C7.9000903@infradead.org> (from rdunlap@infradead.org on Mon Apr 29 14:28:07 2013) X-Mailer: Balsa 2.4.11 Message-Id: <1367272454.18069.191@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 685 Lines: 16 On 04/29/2013 02:28:07 PM, Randy Dunlap wrote: > On 04/29/13 10:59, Yann E. MORIN wrote: > > From: "Yann E. MORIN" > > > > The C++ compiler is more strict in that it refuses to assign > > a void* to a struct list_head*. Given that the code _isn't_ C++ (because C is not a subset of C++ but a separate langauge in its own right where "throw" is a legitimate variable name and so on), how is this an issue? Rob-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/