From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc Date: Wed, 3 Oct 2018 20:18:22 +0100 Message-ID: <37910565-67d7-ff1e-aaea-65418be890a7@intel.com> References: <20181003081353.6679-1-mattias.ronnblom@ericsson.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org To: =?UTF-8?Q?Mattias_R=c3=b6nnblom?= , Jerin Jacob Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 80AAE1B1FE for ; Wed, 3 Oct 2018 21:18:54 +0200 (CEST) In-Reply-To: <20181003081353.6679-1-mattias.ronnblom@ericsson.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/3/2018 9:13 AM, Mattias Rönnblom 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. > > Signed-off-by: Mattias Rönnblom perhaps simply: "event/dsw: fix icc build" Fixes: 46a186b1f0c5 ("event/dsw: add device registration and build system") Reviewed-by: Ferruh Yigit