From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQziA-000845-QN for qemu-devel@nongnu.org; Mon, 30 May 2011 06:28:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQzi6-0005Pw-SO for qemu-devel@nongnu.org; Mon, 30 May 2011 06:28:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2171) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQzi6-0005Pg-LR for qemu-devel@nongnu.org; Mon, 30 May 2011 06:28:34 -0400 From: Christophe Fergeau Date: Mon, 30 May 2011 12:28:01 +0200 Message-Id: <1306751283-31537-1-git-send-email-cfergeau@redhat.com> In-Reply-To: <20110527103458.GA30093@amit-x200.redhat.com> References: <20110527103458.GA30093@amit-x200.redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Fix unused-but-set-variable warnings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Amit Shah , Hans de Goede , Christophe Fergeau , Aurelien Jarno Hi, Here are Hans's patches split and with the various issues that were pointed out fixed. I'm not sure how I'm supposed to handle acks, original author, ... when reworking patches this way, let me know if I should proceed differently. Christophe Christophe Fergeau (2): tcg: Fix unused-but-set-variable warning kvm: Fix unused-but-set-variable warning target-i386/kvm.c | 3 +-- tcg/tcg.c | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) -- 1.7.5.2