From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3 0/2] fix compile with ICC and clang Date: Mon, 18 May 2015 16:43:25 +0100 Message-ID: <20150518154325.GA8740@bricha3-MOBL3> References: <1431961409-22252-1-git-send-email-helin.zhang@intel.com> <1431963656-22836-1-git-send-email-helin.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Helin Zhang Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 22792C332 for ; Mon, 18 May 2015 17:43:50 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1431963656-22836-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 Mon, May 18, 2015 at 11:40:54PM +0800, 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. > > v3 changes: > Reworded the commit titles. > > 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(-) > > -- > 1.8.1.4 > Series Acked-by: Bruce Richardson