From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Williamson Subject: [PATCH] trivial ia64 tools build fix Date: Mon, 13 Mar 2006 22:03:22 -0700 Message-ID: <1142312602.27381.17.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Keir Fraser Cc: xen-devel , xen-ia64-devel List-Id: xen-devel@lists.xenproject.org Keir, This trivial patch fixes a build error in some ia64 specific code in xc_linux_build.c. This is only seen with the previous patch that enables -Werror on ia64. Thanks, Alex Signed-off-by: Alex Williamson --- diff -r 36cf47cfea4e tools/libxc/xc_linux_build.c --- a/tools/libxc/xc_linux_build.c Mon Mar 13 15:06:58 2006 +0100 +++ b/tools/libxc/xc_linux_build.c Mon Mar 13 21:47:13 2006 -0700 @@ -472,7 +472,6 @@ static int setup_guest(int xc_handle, unsigned long start_page, pgnr; start_info_t *start_info; int rc; - unsigned long i; rc = probeimageformat(image, image_size, &load_funcs); if ( rc != 0 )