From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbl8o-00084x-TS for qemu-devel@nongnu.org; Tue, 28 Jun 2011 23:08:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qbl8n-0006Y8-Av for qemu-devel@nongnu.org; Tue, 28 Jun 2011 23:08:38 -0400 Received: from mail-pv0-f173.google.com ([74.125.83.173]:40130) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qbl8n-0006Xv-4m for qemu-devel@nongnu.org; Tue, 28 Jun 2011 23:08:37 -0400 Received: by pvg3 with SMTP id 3so561700pvg.4 for ; Tue, 28 Jun 2011 20:08:35 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1308839086-29122-1-git-send-email-andreas.faerber@web.de> From: Alexandre Raymond Date: Tue, 28 Jun 2011 23:08:15 -0400 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 1/2] coreaudio: Fix OSStatus format specifier List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc , =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: qemu-devel@nongnu.org Sorry for the delay. Commit 744d3644181ddb16ef5944a0f9217e46961c8c84 works fine on OSX 10.6. Alexandre On Thu, Jun 23, 2011 at 10:58 AM, malc wrote: > On Thu, 23 Jun 2011, Andreas F?rber wrote: > >> OSStatus type is defined as SInt32. That's signed int on __LP64__ and >> signed long otherwise. >> Since it is an explicit 32-bit-width type, cast to corresponsing POSIX type >> and use PRId32 format specifier. This avoids a warning on ppc64. >> > > [..snip..] > > Applied thanks (ditto UInt32 patch). > > -- > mailto:av1474@comtv.ru >