From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:60826) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCuaH-0002co-P9 for qemu-devel@nongnu.org; Thu, 21 Apr 2011 10:10:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCuaG-0001pk-Pg for qemu-devel@nongnu.org; Thu, 21 Apr 2011 10:10:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1025) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCuaG-0001pg-9y for qemu-devel@nongnu.org; Thu, 21 Apr 2011 10:10:16 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p3LEAE60027833 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 21 Apr 2011 10:10:14 -0400 Received: from ykaul.tlv.redhat.com (dhcp-3-154.tlv.redhat.com [10.35.3.154]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p3LEACEm014730 for ; Thu, 21 Apr 2011 10:10:13 -0400 Message-ID: <4DB03AC4.1070907@redhat.com> Date: Thu, 21 Apr 2011 17:10:12 +0300 From: Yaniv Kaul MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] =?windows-1252?q?Failure_to_compile_latest_git_=28ta?= =?windows-1252?q?rget-i386/kvm=2Ec=3A953=3A29=3A_error=3A_variable_=91fop?= =?windows-1252?q?=92_set_but_not_used=29?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Fedora 15beta/x64, latest git: [ykaul@ykaul qemu]$ make CC x86_64-softmmu/kvm.o /home/ykaul/qemu/target-i386/kvm.c: In function =91kvm_get_xsave=92: /home/ykaul/qemu/target-i386/kvm.c:953:29: error: variable =91fop=92 set = but=20 not used [-Werror=3Dunused-but-set-variable] cc1: all warnings being treated as errors make[1]: *** [kvm.o] Error 1 make: *** [subdir-x86_64-softmmu] Error 2 [ykaul@ykaul qemu]$ gcc --version gcc (GCC) 4.6.0 20110419 (Red Hat 4.6.0-5) - Does happen even though I've used --target-list=3Dx86_64-softmmu - Doesn't happen with --disable-kvm in ./configure. Then I'm getting: /home/ykaul/qemu/tcg/tcg.c: In function =91tcg_gen_callN=92: /home/ykaul/qemu/tcg/tcg.c:589:9: error: variable =91call_type=92 set but= =20 not used [-Werror=3Dunused-but-set-variable]