From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7mW-0000pj-DM for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:07:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb7mU-0000Hk-Ny for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:06:59 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:36341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7mU-0000HS-0x for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:06:58 -0400 Received: by pvg3 with SMTP id 3so2861019pvg.4 for ; Mon, 27 Jun 2011 02:06:56 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20110626111102.GB5218@redhat.com> References: <20110626111102.GB5218@redhat.com> Date: Mon, 27 Jun 2011 10:06:56 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH 10/10] linux-user: remove unused variables List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Riku Voipio , QEMU Developers On 26 June 2011 12:11, Michael S. Tsirkin wrote: > On Tue, Jun 14, 2011 at 08:36:33PM +0300, Michael S. Tsirkin wrote: >> Signed-off-by: Michael S. Tsirkin > > Riku, could you fix this up in a way that makes sense please? > All I really care about is that -Werror build passes with the latest > gcc. These warnings are all fixed in master + latest linux-user pullreq + latest trivial-patches pullreq, with the exception of one new one introduced by the pselect6 patch in the linaro pullreq. -- PMM