From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 29B2C1D08D for ; Sun, 13 May 2018 18:19:21 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AB0DB24E54; Sun, 13 May 2018 12:19:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 13 May 2018 12:19:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=RrOutLUPgdkL988bCYQ4zDsLt0 bbuNOU40Kggjg1Xmc=; b=WGlox9ROCRB9sTEvICC578WCfrciI3f+/DXsgqrpSG W+iLaMWVCeV8E02enpSO3FKpJPxpwgC72HtoK/xIytjgKyS1BJX/+j5iDWxfABpL y+qR3f19gR821fLckD9zRg/EQ/B9yIKe7nz94abc9dpaSVaQkzzyI+8xugNSxSVf 0= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=RrOutL UPgdkL988bCYQ4zDsLt0bbuNOU40Kggjg1Xmc=; b=GDB2YbbBuqF3MzgC9O6Xp2 fFUJS5cZnoUVTEJw3lplB6ufy1mXDIAleh5x2Ofguf26+VM8VTM28ipz+DRsEvT2 7wkZYtQxpk0UGMhMORGNprBUgKsquXA3sE2p5YJZBL6dHg8KP5cB9gxDTihekoLO A4nabFRJMqZFy94yAVWTgV+NXk6HdN5mGHyvYLpnR0hs7BTGiu7rjNiSuDxfKIKW AZDBalgZAw4n+Z0tpg9sHr10bRfREKB4c/E7mgTz2KI1QuiaHO41MtjIf+zFf8sh sp7QK6iTLQa22WaS4Z826xcJcGfTEYt06J2N30hY6aZn1w+ogpiDKVwYqOLc5Mww == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 2CEB9E49E9; Sun, 13 May 2018 12:19:20 -0400 (EDT) From: Thomas Monjalon To: Andy Green Cc: dev@dpdk.org Date: Sun, 13 May 2018 18:19:18 +0200 Message-ID: <2065038.r9Ha02k2F8@xps> In-Reply-To: <152609034233.121661.2159751753236335076.stgit@localhost.localdomain> References: <152609021699.121661.5295227351721865436.stgit@localhost.localdomain> <152609034233.121661.2159751753236335076.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 04/24] lib/librte_eal: explicit tmp cast X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2018 16:19:21 -0000 12/05/2018 03:59, Andy Green: > Signed-off-by: Andy Green I know it's boring because there are a lot of things to fix for GCC 8, but each patch should justify why the change is required, in order to keep track in the history. In this case, I think the compiler message would help. Thanks