From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56224) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUEuy-0003T7-P1 for qemu-devel@nongnu.org; Wed, 08 Jun 2011 05:19:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUEux-0000aY-HM for qemu-devel@nongnu.org; Wed, 08 Jun 2011 05:19:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44502) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUEuw-0000aK-Sv for qemu-devel@nongnu.org; Wed, 08 Jun 2011 05:19:15 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p589JDqV026026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 8 Jun 2011 05:19:14 -0400 Message-ID: <4DEF3F3E.1030101@redhat.com> Date: Wed, 08 Jun 2011 11:22:06 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1307521686-22833-1-git-send-email-hdegoede@redhat.com> In-Reply-To: <1307521686-22833-1-git-send-email-hdegoede@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Fix a number of unused-but-set-variable warnings (new with gcc-4.6) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org Am 08.06.2011 10:28, schrieb Hans de Goede: > --- > hw/lsi53c895a.c | 2 -- > target-i386/kvm.c | 4 ++-- > 2 files changed, 2 insertions(+), 4 deletions(-) SoB is missing. And don't we have multiple patches to fix the same thing already? Someone should just merge them... Kevin