Re: [Qemu-devel] [PATCH 00/14] More gcc 4.6 warnings fixes

2011-06-02 Thread Christophe Fergeau
Hi, On Thu, Jun 02, 2011 at 01:53:35PM +0200, Juan Quintela wrote: > Juan Quintela (14): > kvm: remove fop write only variable > tcg: define and set call_type only when it is used These were already sent in this thread: http://thread.gmane.org/gmane.comp.emulators.qemu/101411 > linuxload:

[Qemu-devel] [PATCH 00/14] More gcc 4.6 warnings fixes

2011-06-02 Thread Juan Quintela
Hi This series fixes compilation of plain: ./configure with gcc-4.6.0 on Fedora 15. Notes: - linuxload.c: why it define id_change if it never test its value? git log shows that it has been this way forever - linux-user/syscall.c: do we want to return an error in the default case? my guess i