Re: [dpdk-dev] [PATCH] mk: disable ICC warning 188

2017-01-04 Thread Thomas Monjalon
2017-01-03 18:19, Adrien Mazarguil: > On Tue, Jan 03, 2017 at 04:15:42PM +, Ferruh Yigit wrote: > > error #188: enumerated type mixed with another type > > > > This is get when an integer assigned to an enum variable. > > > > Since this usage is common and causing many ICC compilation errors,

Re: [dpdk-dev] [PATCH] mk: disable ICC warning 188

2017-01-03 Thread Adrien Mazarguil
On Tue, Jan 03, 2017 at 04:15:42PM +, Ferruh Yigit wrote: > error #188: enumerated type mixed with another type > > This is get when an integer assigned to an enum variable. > > Since this usage is common and causing many ICC compilation errors, and > other compilers accept this usage. Disabl