From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: disable ICC warning 188 Date: Wed, 04 Jan 2017 20:57:04 +0100 Message-ID: <2218904.6u9s4lZvRY@xps13> References: <20170103161542.27303-1-ferruh.yigit@intel.com> <20170103171907.GD12822@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Adrien Mazarguil , dev@dpdk.org To: Ferruh Yigit Return-path: Received: from mail-wj0-f172.google.com (mail-wj0-f172.google.com [209.85.210.172]) by dpdk.org (Postfix) with ESMTP id 9B7842B9C for ; Wed, 4 Jan 2017 20:57:06 +0100 (CET) Received: by mail-wj0-f172.google.com with SMTP id tq7so240633342wjb.0 for ; Wed, 04 Jan 2017 11:57:06 -0800 (PST) In-Reply-To: <20170103171907.GD12822@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > > I also think this warning may be useful but is not worth the trouble in many > cases, thus: > > Acked-by: Adrien Mazarguil Applied, thanks I think we should mark ICC support as best effort to make clear that no ICC check is required from contributors.