From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35998) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1Zob-00055b-Vv for qemu-devel@nongnu.org; Fri, 10 Jan 2014 05:59:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1ZoW-0002T4-0b for qemu-devel@nongnu.org; Fri, 10 Jan 2014 05:59:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1ZoV-0002Sy-Pl for qemu-devel@nongnu.org; Fri, 10 Jan 2014 05:59:43 -0500 Date: Fri, 10 Jan 2014 11:59:29 +0100 From: Igor Mammedov Message-ID: <20140110115930.2ce6e0b5@thinkpad> In-Reply-To: <20140109043512.GA12479@stefanha-thinkpad.redhat.com> References: <1389197382-25085-1-git-send-email-imammedo@redhat.com> <1389197382-25085-6-git-send-email-imammedo@redhat.com> <20140109043512.GA12479@stefanha-thinkpad.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 5/5] -object/object-add: use custom default object location if provided List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: stefanha@redhat.com, sw@weilnetz.de, mjt@tls.msk.ru, qemu-devel@nongnu.org, lcapitulino@redhat.com, blauwirbel@gmail.com, aliguori@amazon.com, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net On Thu, 9 Jan 2014 12:35:12 +0800 Stefan Hajnoczi wrote: > On Wed, Jan 08, 2014 at 05:09:42PM +0100, Igor Mammedov wrote: > > @@ -603,13 +606,18 @@ out: > > void qmp_object_del(const char *id, Error **errp) > > { > > Object *container; > > This local is now unused, please delete it to prevent a compiler > warning. > sure -- Regards, Igor