From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8D92221D39; Thu, 4 Oct 2018 12:09:15 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 04 Oct 2018 12:09:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=pgPQJXghvVVF7hyYeXgbd2DOce+9gySyxM0e1NfWvkQ=; b=Gl+Hvx/hu0NB Wg5Kl8w1ydfSNNFl7YUSJQ9DLeoFLbI+7sKr4D/PXf0yXOeltxNvISIYbWX0dMW2 af2Vg2a1FOej3cX6TVR7LWZrURPiMe8KZ/GoJbsNH4/z7c3f5SFvTxjUli5O9GAX GPZJIhN72WYRkKgt2lvGDkuELzzV4l4= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=pgPQJXghvVVF7hyYeXgbd2DOce+9gySyxM0e1NfWv kQ=; b=VeJUaklO3bcoMMKs1eutqj2YueyeMr1ajghfJSPn1zGziR5PqY34V3uLT LoX4qaN2CLdQZZfoWpuUbp2vH4K0VABxGLhgkNcHrjylFhTc9vWMOlhcTqVUS0AC F6dl/5esRwXaVarQdDi9UBc4iCp4A8Begp3kwOsePIUbvGE1kiEWd24BCDuLc4yO sqCGLVgjStUD1ApjDwfXTDMK/YJylZV+94hcAcicRZXQOXiRM5jbb9BVXFHDp6OO C3iy6UF8+gz19y9Jgl6RXOlfolr0ZSnRkTGmrpoqCOhuo8GNmvWss1y7ZhNsDRHj nf6uQMaRvyJisGAATHJFEo4SPAQoA== X-ME-Sender: X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 26344E4179; Thu, 4 Oct 2018 12:09:14 -0400 (EDT) From: Thomas Monjalon To: Mattias =?ISO-8859-1?Q?R=F6nnblom?= Cc: dev@dpdk.org, Ferruh Yigit , Jerin Jacob Date: Thu, 04 Oct 2018 18:09:13 +0200 Message-ID: <2641514.GnYxfkIzXT@xps> In-Reply-To: <37910565-67d7-ff1e-aaea-65418be890a7@intel.com> References: <20181003081353.6679-1-mattias.ronnblom@ericsson.com> <37910565-67d7-ff1e-aaea-65418be890a7@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Subject: Re: [dpdk-dev] [PATCH] event/dsw: avoid supplying -Wno-format-nonliteral to icc X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2018 16:09:16 -0000 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