From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Macvk-0007kE-Ox for qemu-devel@nongnu.org; Mon, 10 Aug 2009 18:01:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Macvg-0007fd-9o for qemu-devel@nongnu.org; Mon, 10 Aug 2009 18:01:24 -0400 Received: from [199.232.76.173] (port=45661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Macvf-0007fT-OY for qemu-devel@nongnu.org; Mon, 10 Aug 2009 18:01:19 -0400 Received: from mail.gmx.net ([213.165.64.20]:52462) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Macvf-0005HK-0o for qemu-devel@nongnu.org; Mon, 10 Aug 2009 18:01:19 -0400 Message-ID: From: "Sebastian Herbszt" References: <5E1B286E7FAF486BB155E4BAA449061C@FSCPC> <4A809630.10706@codemonkey.ws> In-Reply-To: <4A809630.10706@codemonkey.ws> Subject: Re: [Qemu-devel] v0.11.0-rc0-347-g562593a - pci-hotplug.c build failure Date: Tue, 11 Aug 2009 00:00:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org Anthony Liguori wrote: > Sebastian Herbszt wrote: >> CC i386-softmmu/pci-hotplug.o >> cc1: warnings being treated as errors >> /v0.11.0-rc0-347-g562593a/hw/pci-hotplug.c: In function >> 'pci_device_hot_add': >> /v0.11.0-rc0-347-g562593a/hw/pci-hotplug.c:102: warning: 'dinfo' may >> be used uninitialized in this function >> /v0.11.0-rc0-347-g562593a/hw/pci-hotplug.c:102: note: 'dinfo' was >> declared here >> make[1]: *** [pci-hotplug.o] Error 1 >> make: *** [subdir-i386-softmmu] Error 2 > > What version of gcc? gcc version 4.2.1 (SUSE Linux) > It's wrong, there's no way it can be uninitialized. - Sebastian