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 23848A046B for ; Fri, 28 Jun 2019 11:58:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 69B364C8B; Fri, 28 Jun 2019 11:58:03 +0200 (CEST) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 0E079271; Fri, 28 Jun 2019 11:58:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id BD7F23B8; Fri, 28 Jun 2019 05:58:00 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 28 Jun 2019 05:58:01 -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=Z/Hv4hTlU38PGijOzBVVq+D46AK10DDdQ6vTyQir+Ts=; b=CqvA+kk7Kq+t Jcv0aSWbkQyV42Kpha9jYm4RjN/W13xgFgZ/r0q3pP8yHFmAM01cceuEAxprAbHy RSsLM8f8b02II8Dui+O3283wjuqDy+ceZ/CYFwcHCS/0eaSeQ7Xx1VQ5rcd8B0VZ /S0j8Bh5zzpVi1HufALiMon52/NNXd4= 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=Z/Hv4hTlU38PGijOzBVVq+D46AK10DDdQ6vTyQir+ Ts=; b=TryZlzYklIl82DnpQkjvpT5dc7CCUT+Z8iVqCKLTmknBJAYcevdx1V60s iGmwkR1Cn0QJYjTmVkLM6hEUxZxbbp+znMzJao1eDbCLIPSPjT7Z319yKgHWorS2 doyrT9JmD21huBTFnVAt5dwcr56uaG9A5rXHhmt0/OsRf8Gn50pb8T+3I0AwZpl3 3EuMVV3oOIPNR4/8kO9HMq0cd6PTE5gUmnVrJ0MC28zEwOjCUdwVOrjUdJo49gD5 XKRhaPrtMDcZMY+DG69PSjRL5N5+JVs7vMfDaQfwd9tzwW1ewiaYq3KzLHawBJxw cd9NvfgaPRGcbSXBbXYavwDXm9X7A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvddtgddvgecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 E59D6380075; Fri, 28 Jun 2019 05:57:58 -0400 (EDT) From: Thomas Monjalon To: Ferruh Yigit Cc: "Laatz, Kevin" , dev@dpdk.org, stable@dpdk.org, Reshma Pattan , Flavia Musatescu Date: Fri, 28 Jun 2019 11:57:57 +0200 Message-ID: <19281916.JWhrcDiPUG@xps> In-Reply-To: <2742c744-e57f-8eed-c63c-cffa7d4c1e74@intel.com> References: <20190627195144.89720-1-ferruh.yigit@intel.com> <3057664.AIUAmKyhIq@xps> <2742c744-e57f-8eed-c63c-cffa7d4c1e74@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] telemetry: fix build 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" 28/06/2019 11:55, Ferruh Yigit: > On 6/28/2019 10:17 AM, Thomas Monjalon wrote: > > 28/06/2019 10:46, Laatz, Kevin: > >> > >> On 27/06/2019 20:51, Ferruh Yigit wrote: > >>> Build error: > >>> ../lib/librte_telemetry/rte_telemetry.c:558:28: > >>> error: comparison of unsigned expression < 0 is always false > >>> [-Werror,-Wtautological-compare] > >>> > >>> Build error not observed in default make build because telemetry library > >>> disabled by default but easier to reproduce via meson. > > > > No, I compile telemetry with make and with meson. > > I cannot reproduce the error. I guess it depends of the compiler version? > > At least I am seeing this via clang 4.0.1 clang version 8.0.0 here. Go update your machine :)