qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] error building latest QEMU
@ 2015-07-22 16:01 Claudio Fontana
  2015-07-22 17:57 ` Stefan Weil
  0 siblings, 1 reply; 3+ messages in thread
From: Claudio Fontana @ 2015-07-22 16:01 UTC (permalink / raw)
  To: Markus Armbruster; +Cc: qemu-devel@nongnu.org

Hello,

with the following configuration:

./configure --enable-fdt --disable-sdl --disable-vnc --enable-debug --disable-gtk --enable-kvm --target-list=aarch64-softmmu

I get:

vl.c:2064:12: error: unused variable `err' [-Werror=unused-variable]
     Error *err = NULL;
            ^
make: *** [vl.o] Error 1
make: *** Waiting for unfinished jobs....

This seems to me as being introduced by commit #70b94331

Ciao,

Claudio

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] error building latest QEMU
  2015-07-22 16:01 [Qemu-devel] error building latest QEMU Claudio Fontana
@ 2015-07-22 17:57 ` Stefan Weil
  2015-07-23 11:04   ` Claudio Fontana
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Weil @ 2015-07-22 17:57 UTC (permalink / raw)
  To: Claudio Fontana, Markus Armbruster; +Cc: qemu-devel@nongnu.org

Am 22.07.2015 um 18:01 schrieb Claudio Fontana:
> Hello,
>
> with the following configuration:
>
> ./configure --enable-fdt --disable-sdl --disable-vnc --enable-debug --disable-gtk --enable-kvm --target-list=aarch64-softmmu
>
> I get:
>
> vl.c:2064:12: error: unused variable `err' [-Werror=unused-variable]
>       Error *err = NULL;
>              ^
> make: *** [vl.o] Error 1
> make: *** Waiting for unfinished jobs....
>
> This seems to me as being introduced by commit #70b94331
>
> Ciao,
>
> Claudio

Hi Claudio,

this patch should fix it: http://patchwork.ozlabs.org/patch/498757/.

I'm sorry that I forgot the Reported-by in my commit message.
Maybe it still can be added.

Regards
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] error building latest QEMU
  2015-07-22 17:57 ` Stefan Weil
@ 2015-07-23 11:04   ` Claudio Fontana
  0 siblings, 0 replies; 3+ messages in thread
From: Claudio Fontana @ 2015-07-23 11:04 UTC (permalink / raw)
  To: Stefan Weil, Markus Armbruster; +Cc: qemu-devel@nongnu.org

On 22.07.2015 19:57, Stefan Weil wrote:
> Am 22.07.2015 um 18:01 schrieb Claudio Fontana:
>> Hello,
>>
>> with the following configuration:
>>
>> ./configure --enable-fdt --disable-sdl --disable-vnc --enable-debug --disable-gtk --enable-kvm --target-list=aarch64-softmmu
>>
>> I get:
>>
>> vl.c:2064:12: error: unused variable `err' [-Werror=unused-variable]
>>       Error *err = NULL;
>>              ^
>> make: *** [vl.o] Error 1
>> make: *** Waiting for unfinished jobs....
>>
>> This seems to me as being introduced by commit #70b94331
>>
>> Ciao,
>>
>> Claudio
> 
> Hi Claudio,
> 
> this patch should fix it: http://patchwork.ozlabs.org/patch/498757/.

Thanks!

> I'm sorry that I forgot the Reported-by in my commit message.
> Maybe it still can be added.
> 

Ah don't bother.

Ciao

Claudio

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-23 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 16:01 [Qemu-devel] error building latest QEMU Claudio Fontana
2015-07-22 17:57 ` Stefan Weil
2015-07-23 11:04   ` Claudio Fontana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).