From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc Date: Thu, 04 Oct 2018 18:09:13 +0200 Message-ID: <2641514.GnYxfkIzXT@xps> References: <20181003081353.6679-1-mattias.ronnblom@ericsson.com> <37910565-67d7-ff1e-aaea-65418be890a7@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Ferruh Yigit , Jerin Jacob To: Mattias =?ISO-8859-1?Q?R=F6nnblom?= Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 0C5AE1B4F8 for ; Thu, 4 Oct 2018 18:09:16 +0200 (CEST) In-Reply-To: <37910565-67d7-ff1e-aaea-65418be890a7@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" 03/10/2018 21:18, Ferruh Yigit: > On 10/3/2018 9:13 AM, Mattias R=F6nnblom wrote: > > Make the -Wno-format-nonliteral flag conditional, and only set in > > clang and gcc builds, since this flag is not supported (nor needed) > > when building with icc. > >=20 > > Signed-off-by: Mattias R=F6nnblom >=20 > perhaps simply: "event/dsw: fix icc build" >=20 > Fixes: 46a186b1f0c5 ("event/dsw: add device registration and build system= ") >=20 > Reviewed-by: Ferruh Yigit Applied, thanks