From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] bnx2x: fix icc compilation error Date: Wed, 29 Jun 2016 10:53:19 +0100 Message-ID: <20160629095319.GC4720@bricha3-MOBL3> References: <1465814839-31304-1-git-send-email-ferruh.yigit@intel.com> <1467043353-22776-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Ferruh Yigit , "dev@dpdk.org" , Harish Patil , Sony Chacko To: Rasesh Mody Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 75FDD2BA9 for ; Wed, 29 Jun 2016 11:53:23 +0200 (CEST) Content-Disposition: inline In-Reply-To: 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, Jun 27, 2016 at 11:21:45PM +0000, Rasesh Mody wrote: > > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > > Sent: Monday, June 27, 2016 9:03 AM > > > > Fix icc warning: > > error #188: enumerated type mixed with another type > > > > Fixed the code for simple cases caused the warning. > > Still need to disable compiler warning because of more complex case. > > > > Signed-off-by: Ferruh Yigit > > Acked-by: Rasesh Mody > > Thanks Ferruh! Applied to dpdk-next-net/rel_16_07 /Bruce