From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] net/sfc: fix meson build warning with gcc Date: Mon, 16 Apr 2018 19:31:39 +0200 Message-ID: <1599803.tPL9PP2gsc@xps> References: <20180416170930.56225-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Andrew Rybchenko , Bruce Richardson To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B3208CFC6 for ; Mon, 16 Apr 2018 19:31:42 +0200 (CEST) In-Reply-To: <20180416170930.56225-1-ferruh.yigit@intel.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" 16/04/2018 19:09, Ferruh Yigit: > icc flag is causing build error with gcc, build error: > cc1: warning: unrecognized gcc debugging option: i > cc1: warning: unrecognized gcc debugging option: g > cc1: warning: unrecognized gcc debugging option: - > cc1: warning: unrecognized gcc debugging option: d > cc1: warning: unrecognized gcc debugging option: i > cc1: warning: unrecognized gcc debugging option: s > cc1: warning: unrecognized gcc debugging option: b > cc1: warning: unrecognized gcc debugging option: l > cc1: warning: unrecognized gcc debugging option: e > cc1: warning: unrecognized gcc debugging option: > cc1: warning: unrecognized gcc debugging option: 3 > cc1: warning: unrecognized gcc debugging option: 6 > cc1: warning: unrecognized gcc debugging option: 5 > cc1: warning: unrecognized gcc debugging option: 6 > cc1: warning: unrecognized command line option > =E2=80=98-Wno-address-of-packed-member=E2=80=99 >=20 > Removing icc flag completely since it is not supported right now. >=20 > Fixes: f16d0b36f816 ("drivers/net: fix icc deprecated parameter warning") >=20 > Signed-off-by: Ferruh Yigit Applied, thanks