From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH 2/2] eal_pci: Fix compilation under FreeBSD Date: Tue, 10 Jun 2014 22:00:47 +0100 Message-ID: <20140610210047.GB25593@sivswdev02.ir.intel.com> References: <1401984728-21665-1-git-send-email-alan.carew@intel.com> <1401984728-21665-2-git-send-email-alan.carew@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev-VfR2kkLFssw@public.gmane.org To: Alan Carew Return-path: Content-Disposition: inline In-Reply-To: <1401984728-21665-2-git-send-email-alan.carew-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" On Thu, Jun 05, 2014 at 05:12:08PM +0100, Alan Carew wrote: > I'm not sure why this has not caused an issue before, perhaps > missing -Werror=unused-parameter or super-set > and subsequently fixed. > This patch adds __rte_unused to > pci_unbind_kernel_driver(struct rte_pci_device *dev) > > Signed-off-by: Alan Carew Acked-by: Bruce Richardson