From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UT7lt-0004sh-N1 for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:38:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UT7ls-0005uh-Np for qemu-devel@nongnu.org; Fri, 19 Apr 2013 05:38:21 -0400 Date: Fri, 19 Apr 2013 11:38:14 +0200 From: Stefan Hajnoczi Message-ID: <20130419093814.GD30143@stefanha-thinkpad.redhat.com> References: <1365885950-27598-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1365885950-27598-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] w64: Fix compiler warnings (wrong format specifier) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Sat, Apr 13, 2013 at 10:45:50PM +0200, Stefan Weil wrote: > GetLastError() returns a DWORD value which is unsigned long, > so the correct format specifier is %lu. > > Signed-off-by: Stefan Weil > --- > > Debian's w32 cross compiler does not complain about the wrong > specifiers, but the w64 cross compiler does. > > I'm sorry that I did not notice this before sending the pull > request. > > > cpus.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan