From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qliti-0003SZ-IJ for qemu-devel@nongnu.org; Tue, 26 Jul 2011 10:46:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qlith-0007CX-Im for qemu-devel@nongnu.org; Tue, 26 Jul 2011 10:46:14 -0400 Message-ID: <4E2ED326.3050604@linux.vnet.ibm.com> Date: Tue, 26 Jul 2011 10:45:58 -0400 From: Stefan Berger MIME-Version: 1.0 References: <1311690791.7898.6.camel@d941e-10> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Fix a compilation error in xen-mapcache.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, aliguori@us.ibm.com, "qemu-devel@nongnu.org" On 07/26/2011 10:38 AM, Peter Maydell wrote: > On 26 July 2011 15:33, Stefan Berger wrote= : >> This patch fixes a compilation error in xen-mapcache.c . >> >> /home/stefanb/qemu/qemu-git/xen-mapcache.c: In function =E2=80=98xen_r= am_addr_from_mapcache=E2=80=99: >> /home/stefanb/qemu/qemu-git/xen-mapcache.c:240:42: error: variable =E2= =80=98pentry=E2=80=99 set but not used [-Werror=3Dunused-but-set-variable= ] >> cc1: all warnings being treated as errors > Juan posted a fix for this back on the 11th: > > http://patchwork.ozlabs.org/patch/104254/ > Then I can only emphasize the importance of this patch. Stefan > -- PMM