From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix clang unused function error Date: Tue, 24 Feb 2015 03:12:41 +0100 Message-ID: <4384457.FF2Q151R2t@xps13> References: <1424282860-1517-1-git-send-email-jeffrey.b.shaw@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Shaw, Jeffrey B" Return-path: In-Reply-To: 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" > >This commit fixes the following error which was reported when > >compiling with clang by moving the function inside an > >RTE_LIBRTE_FM10K_DEBUG_RX ifdef block. > > > >error: unused function 'dump_rxd' > > > >Signed-off-by: Jeff Shaw > > Acked-by: keith.wiles-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org Applied, thanks