From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error Date: Tue, 25 Oct 2016 16:32:39 +0200 Message-ID: <2274181.18uOqPsARy@xps13> References: <1476701476-61706-1-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912647A92FFE@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: "Singh, Jasvinder" Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id D8AF94B79 for ; Tue, 25 Oct 2016 16:32:40 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id b80so167137954wme.1 for ; Tue, 25 Oct 2016 07:32:40 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A92FFE@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" > > This patch fixes the misleading indentation error on compiling ip_pipeline > > app with gcc v6.2.1. > > > > Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") > > > > Signed-off-by: Jasvinder Singh > > --- > > examples/ip_pipeline/app.h | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > Acked-by: Cristian Dumitrescu Applied, thanks