[dpdk-dev] [PATCH v2] bnx2x: fix icc compilation error

2016-06-29 Thread Bruce Richardson
On Mon, Jun 27, 2016 at 11:21:45PM +, Rasesh Mody wrote: > > From: Ferruh Yigit [mailto:ferruh.yigit at 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 warnin

[dpdk-dev] [PATCH v2] bnx2x: fix icc compilation error

2016-06-27 Thread Rasesh Mody
> From: Ferruh Yigit [mailto:ferruh.yigit at 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. >

[dpdk-dev] [PATCH v2] bnx2x: fix icc compilation error

2016-06-27 Thread Ferruh Yigit
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 --- drivers/net/bnx2x/Makefile | 4 drivers/net/bnx2x/elink.c | 8 -