From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35725) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5zX0-00030f-3f for qemu-devel@nongnu.org; Tue, 20 Sep 2011 08:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R5zWw-0000ht-AH for qemu-devel@nongnu.org; Tue, 20 Sep 2011 08:34:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R5zWw-0000hp-25 for qemu-devel@nongnu.org; Tue, 20 Sep 2011 08:34:30 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p8KCYT2W017386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 20 Sep 2011 08:34:29 -0400 Message-ID: <4E788907.4010606@redhat.com> Date: Tue, 20 Sep 2011 14:37:27 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1316521098-12825-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1316521098-12825-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] fix error: variable 'pid' set but not used List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Am 20.09.2011 14:18, schrieb Paolo Bonzini: > /home/pbonzini/work/upstream/qemu/posix-aio-compat.c: In function 'aio_thread': > /home/pbonzini/work/upstream/qemu/posix-aio-compat.c:314:11: error: variable 'pid' set but not used [-Werror=unused-but-set-variable] > > Signed-off-by: Paolo Bonzini > --- > Kevin, can you add this to your block branch pull for today? Thanks, merged it into Frediano's patch that caused the warning and pushed the update to my for-anthony branch. Kevin