From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 25BCDC35A for ; Thu, 9 Jun 2016 12:52:47 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga101.jf.intel.com with ESMTP; 09 Jun 2016 03:52:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,444,1459839600"; d="scan'208";a="998470337" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga002.fm.intel.com with ESMTP; 09 Jun 2016 03:52:46 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.183]) by IRSMSX104.ger.corp.intel.com ([163.33.3.159]) with mapi id 14.03.0248.002; Thu, 9 Jun 2016 11:52:43 +0100 From: "Dumitrescu, Cristian" To: "Mrzyglod, DanielX T" , "Singh, Jasvinder" CC: "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: fix build error for gcc 4.8 Thread-Index: AQHRwjquOswSToMUnUiU0tSvuRTgrJ/g9Q7A Date: Thu, 9 Jun 2016 10:52:42 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A00495@IRSMSX108.ger.corp.intel.com> References: <1465472328-226671-1-git-send-email-danielx.t.mrzyglod@intel.com> In-Reply-To: <1465472328-226671-1-git-send-email-danielx.t.mrzyglod@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzJmZGY5YjctN2RjZS00Y2VlLTg1ZTctNDIxNjUwZjRlZTdhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkY1YkVpNFZQb0FPYnh3Z1VHSTdoQjNERzJ1YUIxMXVybVRGMmFIaXg5dG89In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] examples/ip_pipeline: fix build error for gcc 4.8 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jun 2016 10:52:48 -0000 > -----Original Message----- > From: Mrzyglod, DanielX T > Sent: Thursday, June 9, 2016 12:39 PM > To: Singh, Jasvinder ; Dumitrescu, Cristian > > Cc: dev@dpdk.org; Mrzyglod, DanielX T > Subject: [PATCH] examples/ip_pipeline: fix build error for gcc 4.8 >=20 > This patch fixes a maybe-uninitialized warning when compiling DPDK with > GCC 4.8 >=20 Acked-by: Cristian Dumitrescu