From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvpYC-0005gV-Vs for qemu-devel@nongnu.org; Mon, 30 Jul 2012 08:58:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvpY5-0005tT-3F for qemu-devel@nongnu.org; Mon, 30 Jul 2012 08:58:20 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:63746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvpY4-0005sl-Vq for qemu-devel@nongnu.org; Mon, 30 Jul 2012 08:58:13 -0400 Received: by yenl1 with SMTP id l1so4629797yen.4 for ; Mon, 30 Jul 2012 05:58:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1343648493-27905-1-git-send-email-avi@redhat.com> References: <1343648493-27905-1-git-send-email-avi@redhat.com> Date: Mon, 30 Jul 2012 13:58:11 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] configure: fix libcap detection List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel@nongnu.org, Anthony Liguori On 30 July 2012 12:41, Avi Kivity wrote: > - avoid assigned-but-not-used error > - avoid missing return error > > Signed-off-by: Avi Kivity There's already a patch on the list for this: http://patchwork.ozlabs.org/patch/171704/ -- PMM