From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E02FFA0096 for ; Tue, 4 Jun 2019 00:07:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B577A1B9AD; Tue, 4 Jun 2019 00:07:06 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id B6AB01B9AA for ; Tue, 4 Jun 2019 00:07:05 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 40A6B2208E; Mon, 3 Jun 2019 18:07:05 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 03 Jun 2019 18:07:05 -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=ZA688bTEV/6dalaeBxYCYcJ0IuffIuavRL5DLoUwKrc=; b=RN9G7hTWwFMN pGuo8rcofE3BBp2C+8h4Me5/cT9n4yuZuw89ZHg8PVwFoHjzOVLrQeuzXBqQz9Wt +IW05LIbLGr1MdIs1gO3JpBC1O9pDeDgQTlE5z1TwiqSy8gqsXr6sniXETU/FvHj IMjEK/fXfvpl2tbm0/Cm2o9r2HEe53A= 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=fm2; bh=ZA688bTEV/6dalaeBxYCYcJ0IuffIuavRL5DLoUwK rc=; b=fuzSOTjtDji11eBtSWq7N1wljD6QEuCNLzOfwF0hkmqcea9X4rJPOgcTU wuU23/petPpH/GeM12Zv1waBL2GGDBvfzla5t7ukbiabCksqtdKzZXhhr6n9yaSH pncQGekMReYaqV8PvaNfbKtpdrmbERwipwG8EnXHfFfn3XmFLg2K72juYVoq2+A+ 7CGMC7Nk7JNvlEKkeT3BhKjwRQNt2k+AS8NadKF5xkNj9zomZVz463aP4M1PVqLp 6KtvJwnYlZ6vI40Ag2Mvu3xBL44ZfxVHNFO6ZyfTYe5xHixch9UKJ91ODvv8f4iS tpdHfEBZuML9Ds3CVaWk+wM1YSnyA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrudefkedgtdejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt 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 D50BE80059; Mon, 3 Jun 2019 18:07:02 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi Date: Tue, 04 Jun 2019 00:07:00 +0200 Message-ID: <11646740.uuxpLcOtf9@xps> In-Reply-To: <9f4ab8070d3ac32ada2f52f160d9b1a983276c71.camel@debian.org> References: <20190515113847.46380-1-bruce.richardson@intel.com> <9f4ab8070d3ac32ada2f52f160d9b1a983276c71.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] build: add unused parameter warnings to meson 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" 15/05/2019 16:39, Luca Boccassi: > On Wed, 2019-05-15 at 12:38 +0100, Bruce Richardson wrote: > > To improve code quality we want to turn on as many warnings as we can > > in > > the DPDK code, so turn on the "unused-parameter" warning in meson > > builds to > > match that of the make builds. To ensure correct compilation, disable > > the > > warning selectively for driver base code that otherwise would have > > issues. > > > > Signed-off-by: Bruce Richardson < > > bruce.richardson@intel.com > > Acked-by: Luca Boccassi Applied, thanks