From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] qede: fix icc build error Date: Fri, 13 May 2016 17:27:37 +0200 Message-ID: <4172562.nTvhj9kABG@xps13> References: <1462879407-27649-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Harish Patil , Rasesh Mody , Sony Chacko To: Ferruh Yigit Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 19FA29A9D for ; Fri, 13 May 2016 17:27:39 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id n129so27160749wmn.1 for ; Fri, 13 May 2016 08:27:39 -0700 (PDT) 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" > >fix errors: > >icc: command line warning #10006: ignoring unknown option > >'-Wno-unused-value' > >icc: command line warning #10006: ignoring unknown option > >'-Wno-format-nonliteral' > >icc: command line warning #10006: ignoring unknown option > >'-Wno-shift-negative-value' > >qede/base/ecore_dev.c(1643): error #188: enumerated type mixed with > >another type > > return 0; > > ^ > > > >Signed-off-by: Ferruh Yigit >=20 > Looks good.=20 > I hope its retested against gcc/clang also to make sure the change do= esn=E2=80=99t > cause build errors. >=20 > Acked-by: Harish Patil Fixes: ec94dbc57362 ("qede: add base driver") Applied, thanks