From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 75F6D11A2 for ; Fri, 27 Feb 2015 17:54:16 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 27 Feb 2015 08:54:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,660,1418112000"; d="scan'208";a="533801350" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga003.jf.intel.com with ESMTP; 27 Feb 2015 08:44:57 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 27 Feb 2015 16:54:06 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.247]) by irsmsx155.ger.corp.intel.com ([169.254.14.159]) with mapi id 14.03.0195.001; Fri, 27 Feb 2015 16:54:06 +0000 From: "Mcnamara, John" To: Tetsuya Mukawa , "dev@dpdk.org" Thread-Topic: [PATCH] librte_pmd_null: Fix build issue with gcc-4.7 Thread-Index: AQHQUkzX9JGiG9WvR0qu+jBw2QHuZZ0EtxbQ Date: Fri, 27 Feb 2015 16:54:05 +0000 Message-ID: References: <1425014298-14962-1-git-send-email-mukawa@igel.co.jp> In-Reply-To: <1425014298-14962-1-git-send-email-mukawa@igel.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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] librte_pmd_null: Fix build issue with gcc-4.7 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: Fri, 27 Feb 2015 16:54:16 -0000 > -----Original Message----- > From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp] > Sent: Friday, February 27, 2015 5:18 AM > To: dev@dpdk.org > Cc: Mcnamara, John; stephen@networkplumber.org; Tetsuya Mukawa > Subject: [PATCH] librte_pmd_null: Fix build issue with gcc-4.7 >=20 > This patch fixes following errors with gcc-4.7. Confirmed that this fixes the issue with 4.7.2. Acked-by: John McNamara --=20