From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] meson: remove build warnings Date: Tue, 26 Mar 2019 23:32:30 +0100 Message-ID: <2783266.6LeuiB9IJV@xps> References: <20190318162804.28974-1-jerinj@marvell.com> <20190319172150.12765-1-jerinj@marvell.com> <1bc7f7793e60adc4abd36568b346bdcf0569ba64.camel@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Luca Boccassi , "bruce.richardson@intel.com" , "stable@dpdk.org" To: Jerin Jacob Kollanukkaran Return-path: In-Reply-To: <1bc7f7793e60adc4abd36568b346bdcf0569ba64.camel@debian.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/03/2019 18:36, Luca Boccassi: > On Tue, 2019-03-19 at 17:22 +0000, Jerin Jacob Kollanukkaran wrote: > > From: Jerin Jacob > > > > Remove the following warning by comparing string to string. > > > > config/arm/meson.build:153: WARNING: Trying to compare values of > > different types (list, str) using ==. > > > > Fixes: c6e536e38437 ("build: add more implementers IDs and PNs for > > ARM") > > Cc: stable@dpdk.org > > > > Signed-off-by: Jerin Jacob > > Acked-by: Luca Boccassi Applied, thanks