From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7sp-00028M-8D for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:13:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qb7sm-0001Vf-QA for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:13:30 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:58028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qb7sm-0001VP-FJ for qemu-devel@nongnu.org; Mon, 27 Jun 2011 05:13:28 -0400 Received: by pzk30 with SMTP id 30so3078645pzk.4 for ; Mon, 27 Jun 2011 02:13:27 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20110626111102.GB5218@redhat.com> Date: Mon, 27 Jun 2011 10:13:27 +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 27 June 2011 10:06, Peter Maydell wrote: > 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. oops, s/linaro/linux-user/ -- PMM