2017-01-03 18:19, Adrien Mazarguil: > On Tue, Jan 03, 2017 at 04:15:42PM +0000, 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. Disabling the warning. > > > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > > I also think this warning may be useful but is not worth the trouble in many > cases, thus: > > Acked-by: Adrien Mazarguil <adrien.mazarg...@6wind.com>
Applied, thanks I think we should mark ICC support as best effort to make clear that no ICC check is required from contributors.