From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] pipeline: use unsigned constants for left shift operations Date: Sun, 13 Mar 2016 16:23:42 +0100 Message-ID: <4050353.cr1933YJAO@xps13> References: <596c08913453daea0e9c98f25befba923a961216.1457617795.git.pmatilai@redhat.com> <3EB4FA525960D640B5BDFFD6A3D891264796AD11@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: Panu Matilainen Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 7EA9E2952 for ; Sun, 13 Mar 2016 16:25:04 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id n186so76480882wmn.1 for ; Sun, 13 Mar 2016 08:25:04 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891264796AD11@IRSMSX108.ger.corp.intel.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" > > Tell the compiler to use unsigned constants for left shift ops, > > otherwise building with gcc >= 6.0 fails due to multiple warnings like: > > warning: left shift of negative value [-Wshift-negative-value] > > > > Signed-off-by: Panu Matilainen > > Acked-by: Cristian Dumitrescu Applied with typo fixed, thanks