From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Dunlap Subject: Re: [PATCH 2/2] xenalyze: remove cr3_compare_total Date: Tue, 26 Jan 2016 12:01:47 +0000 Message-ID: <56A7602B.8000504@citrix.com> References: <1453472830.4320.97.camel@citrix.com> <1453472849-25496-2-git-send-email-ian.campbell@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453472849-25496-2-git-send-email-ian.campbell@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 22/01/16 14:27, Ian Campbell wrote: > gcc-6 complains: > xenalyze.c:4132:9: error: 'cr3_compare_total' defined but not used [-Werror=unused-function] > int cr3_compare_total(const void *_a, const void *_b) { > ^~~~~~~~~~~~~~~~~ > > I believe it is correct. > > Signed-off-by: Ian Campbell Thanks, Reviewed-by: George Dunlap