From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 8DD7C967 for ; Sat, 28 Feb 2015 00:21:41 +0100 (CET) Received: by wgha1 with SMTP id a1so23207758wgh.12 for ; Fri, 27 Feb 2015 15:21:41 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Stw7e/Yt4/G6JFxmDGty33SxwNwDpXc5iPH9YD9wMMw=; b=GtWmqbPrFg8qiv9C5fj/lCVWfw9mv+ZyNCl7LJPrz2BPfTkmWfvGo9KZu/H8alTUx/ LaIUWlhz/x0XvMbMakTp2bnvIKVnFN+jQffEkAle6kIl0HqGuLtBtYmdNX4hCRnI1fXB xwQd+FFfypMbaxeq5MjhKU4IdXQ0feabMYZADrWt5GYXSZh0aD6oegyu3JxlN7lwFHKV T41cnuV1frWLsxsnOnrVkaK1MK8ZAjNxc+s6XcOEVZcwu2MC4+K75bPx7oRCaxFEVmRO sUBjAP4KDIoTGus6n8RfR6KGFkT31U25bLyUjp1i1mLCB6v/oXGeVDeR7i4YRhxa72lx 32Vw== X-Gm-Message-State: ALoCoQlBqKrmajiXmcv7tzffprLaIanicdGh/VWM2AwxdUv3nQYR6Waxh7LMKUby43X8q6iyOFr+ X-Received: by 10.180.189.37 with SMTP id gf5mr11412144wic.86.1425079301467; Fri, 27 Feb 2015 15:21:41 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hv5sm7942337wjb.16.2015.02.27.15.21.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 27 Feb 2015 15:21:40 -0800 (PST) From: Thomas Monjalon To: Tetsuya Mukawa Date: Sat, 28 Feb 2015 00:21:02 +0100 Message-ID: <3361665.TnkhzzLf1n@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425014298-14962-1-git-send-email-mukawa@igel.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 23:21:41 -0000 > > This patch fixes following errors with gcc-4.7. > > > Confirmed that this fixes the issue with 4.7.2. > > Acked-by: John McNamara Applied, thanks