From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 90812A053A; Thu, 23 Jan 2020 16:32:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6D32F2A62; Thu, 23 Jan 2020 16:32:00 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id EE447F04 for ; Thu, 23 Jan 2020 16:31:58 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 3BE1C22017; Thu, 23 Jan 2020 10:31:58 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 23 Jan 2020 10:31:58 -0500 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=Ox1kAkGVezgT80aCpWUBx/69XMcgg3UequKcrDuPsMg=; b=GBn7ITkytQoU y0GvzWl0KMjXT5c+6jzHMEM/6TW5CjNIp2m72VGxNGKn1a+jj54A2VY+D2P0Do10 nKQ0gjorbbMS/B1xEDzYbEeOPiXbiSYowMYya1JI7kNXznGnx6hxEy93bzymV/Zm HbCjV4uCYYg30e3e38RLp243Cp3qSDE= 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=fm1; bh=Ox1kAkGVezgT80aCpWUBx/69XMcgg3UequKcrDuPs Mg=; b=OZ4KigTDVCk8z8ggHnqJHIOqqg3eSXbNfHqOfV1/kvroOjYCfH0KLrvHA WkVYMo5lIzRMqegPxZZZNQBqfK1o6hh3Fk6dR3B8k6nckc+ijx/ORZh1uUsSklfh fi+jDLf6CVOU/0aHuXgtjWUHKII+PCO2hmT5eNCRlVOUqHHSX6h1Pg/b4hCXc6E4 D5OSVP/BPfCg689iace3PRNCl5yU2moUPjciipnq6qQQMJ2eQrbrRJXnlP+xoMau 8RqmHy6oBvbjiBCMhBrEqmf5v8C4RkcQwQ62ZDHyzHvAc/IHpk2JmMAsobzb3KnN KCwtKNWmVDgj7Y2vjltToVSy1q2qg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrvddvgdegiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepthhhohhmrghssehmohhnjhgrlhhonhdrnhgvth 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 DA8D43060981; Thu, 23 Jan 2020 10:31:56 -0500 (EST) From: Thomas Monjalon To: Alexander Kozyrev Cc: dev@dpdk.org, rasland@mellanox.com, matan@mellanox.com, viacheslavo@mellanox.com, ferruh.yigit@intel.com Date: Thu, 23 Jan 2020 16:31:55 +0100 Message-ID: <1735187.AB8Y2P6tQ1@xps> In-Reply-To: <1579789555-23239-2-git-send-email-akozyrev@mellanox.com> References: <1579789555-23239-1-git-send-email-akozyrev@mellanox.com> <1579789555-23239-2-git-send-email-akozyrev@mellanox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/5] mk/icc: disable treatment of warnings as errors 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/01/2020 15:25, Alexander Kozyrev: > Remove -Werror-all flag in ICC configuration file to stop treating ICC > warnings as errors in DPDK due to many false positives. We are using > GCC as a benchmark for wanings anyway and would like to simplify this. GCC and clang typo: wanings > Suggested-by: Thomas Monjalon > Signed-off-by: Alexander Kozyrev > Acked-by: Viacheslav Ovsiienko [...] > -ifeq ($(RTE_DEVEL_BUILD),y) > -WERROR_FLAGS += -Werror-all > -endif I believe it is the right thing to do, thanks. Acked-by: Thomas Monjalon