From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a30i2-00062Y-40 for Qemu-devel@nongnu.org; Sun, 29 Nov 2015 07:04:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a30hy-0001Pq-2k for Qemu-devel@nongnu.org; Sun, 29 Nov 2015 07:04:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34700) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a30hx-0001OB-TW for Qemu-devel@nongnu.org; Sun, 29 Nov 2015 07:03:58 -0500 From: Juan Quintela In-Reply-To: (Peter Maydell's message of "Fri, 27 Nov 2015 21:05:17 +0000") References: <93259ECD-066A-413E-B647-2BB240DBF7EC@livius.net> <2E7B730D-C409-4800-9BEC-8E302812C7E8@livius.net> <54778506.5060200@weilnetz.de> <547820C8.3060805@weilnetz.de> <5658AC21.2000805@weilnetz.de> Date: Sun, 29 Nov 2015 13:03:50 +0100 Message-ID: <87fuzpnhax.fsf@emacs.mitica> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] MinGW build Reply-To: quintela@redhat.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Stefan Weil , QEMU Developers , Liviu Ionescu Peter Maydell wrote: > On 27 November 2015 at 19:16, Stefan Weil wrote: >> Yes, that's correct. I just did a short test and replaced "printf" >> by "gnu_printf" in disas/libvixl/utils.h: no more warnings when MinGW >> compiles disas/libvixl/a64/disasm-a64.cc. >> >> I think we can wait for a new version of libvixl which includes the fix, >> no need for a last minute fix for QEMU 2.5. Will you report it to the >> libvixl developers? > > Yes, I've reported it to them, and I agree we don't need to fix > this for 2.5. (There are other warnings with this mingw compiler > anyway.) For my compiler (F23 cross-compiler) and a fairly large configuration (*) this is the only warning. I will test later if this fix for me. Later, Juan. (*): fairly large: Everything that I was able to get libraries from Fedora without having to cross-compile anything by hand.