From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tetsuya Mukawa Subject: Re: [PATCH v2 0/2] compile fixes on ICC and clang Date: Tue, 19 May 2015 10:25:29 +0900 Message-ID: <555A9109.70105@igel.co.jp> References: <1431957127-21395-1-git-send-email-helin.zhang@intel.com> <1431961409-22252-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit To: Helin Zhang , dev@dpdk.org Return-path: Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by dpdk.org (Postfix) with ESMTP id 30BCE9A8F for ; Tue, 19 May 2015 03:25:33 +0200 (CEST) Received: by padbw4 with SMTP id bw4so825125pad.0 for ; Mon, 18 May 2015 18:25:32 -0700 (PDT) In-Reply-To: <1431961409-22252-1-git-send-email-helin.zhang@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" On 2015/05/19 0:03, Helin Zhang wrote: > Compile warnings on ICC and clang can be found, and treated as errors. > Disabling those warnings forcedly can fix them. > > v2 changes: > Added the fix for the compile error on clang. > > Helin Zhang (2): > i40e: compile fix on ICC 13.0.0 > i40e: compile fix on clang 3.3 > > lib/librte_pmd_i40e/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Tetsuya Mukawa