From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal/bsd: fix unused parameters compile error Date: Thu, 20 Sep 2018 14:58:28 +0200 Message-ID: <2525361.7N8osy8EWI@xps> References: <0966156afeda985c9a434f24b6b555d1963c6bb5.1537446247.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , xuemingx.zhang@intel.com To: Anatoly Burakov Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 4ADE66C9B for ; Thu, 20 Sep 2018 14:58:31 +0200 (CEST) In-Reply-To: <0966156afeda985c9a434f24b6b555d1963c6bb5.1537446247.git.anatoly.burakov@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/09/2018 14:26, Anatoly Burakov: > When compiling on FreeBSD, lots of warnings/errors are thrown for > unused parameter. Fix these by marking the parameters as unused > in the code. > > Fixes: 1009ba1704f9 ("mem: add internal API to get and set segment fd") > Fixes: 3a44687139eb ("mem: allow querying offset into segment fd") > > Signed-off-by: Anatoly Burakov > Acked-by: Bruce Richardson Applied, thanks