From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59752) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1RAU-0002uK-Vr for qemu-devel@nongnu.org; Thu, 09 Jan 2014 20:45:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1RAK-0001kV-52 for qemu-devel@nongnu.org; Thu, 09 Jan 2014 20:45:50 -0500 Received: from mail-ea0-x22f.google.com ([2a00:1450:4013:c01::22f]:40006) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1RAJ-0001kR-RZ for qemu-devel@nongnu.org; Thu, 09 Jan 2014 20:45:40 -0500 Received: by mail-ea0-f175.google.com with SMTP id z10so1783423ead.6 for ; Thu, 09 Jan 2014 17:45:39 -0800 (PST) Date: Thu, 9 Jan 2014 12:35:12 +0800 From: Stefan Hajnoczi Message-ID: <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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1389197382-25085-6-git-send-email-imammedo@redhat.com> 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: Igor Mammedov Cc: aliguori@amazon.com, sw@weilnetz.de, mjt@tls.msk.ru, qemu-devel@nongnu.org, lcapitulino@redhat.com, blauwirbel@gmail.com, stefanha@redhat.com, pbonzini@redhat.com, afaerber@suse.de, rth@twiddle.net 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.