From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] mempool: fix incompatibility with C++ in header file Date: Mon, 17 Aug 2015 11:40:14 +0300 Message-ID: <55D19DEE.8060404@cloudius-systems.com> References: <1439541199-26687-1-git-send-email-avi@cloudius-systems.com> <55D19C6F.3040501@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "" To: Olivier MATZ , thomas.monjalon@6wind.com Return-path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id 781278DA0 for ; Mon, 17 Aug 2015 10:40:16 +0200 (CEST) Received: by wicne3 with SMTP id ne3so64671172wic.0 for ; Mon, 17 Aug 2015 01:40:16 -0700 (PDT) In-Reply-To: <55D19C6F.3040501@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" (adding list+Thomas back to cc) On 08/17/2015 11:33 AM, Olivier MATZ wrote: > Hi, > > On 08/14/2015 10:33 AM, Avi Kivity wrote: >> C++ doesn't allow implied casting from void * to another pointer, so >> supply an explicit cast. >> >> Signed-off-by: Avi Kivity > For Thomas: > This fix is already submitted in > http://dpdk.org/dev/patchwork/patch/6750/ > > > Thanks Avi