Re: [Qemu-devel] [PATCH] cocoa: Avoid warning related to multiple handleEvent: definitions

2011-06-12 Thread Andreas Färber
Am 10.06.2011 um 04:47 schrieb Alexandre Raymond: Tested-by: Alexandre Raymond cerb...@gmail.com That's definitely a better patch ;-) Thanks, applied to the cocoa branch. Andreas Thanks, Alexandre On Thu, Jun 9, 2011 at 3:03 PM, Andreas Färber andreas.faer...@web.de wrote: Avoid

[Qemu-devel] [PATCH] cocoa: Avoid warning related to multiple handleEvent: definitions

2011-06-09 Thread Andreas Färber
Avoid compiler confusion as to which method signature to use for the handleEvent: selector on OSX = 10.6 by making the variable type-safe as opposed to generic 'id' type. Requires moving the variable definition to after the class definition. 8 ui/cocoa.m: In function ‘cocoa_refresh’:

Re: [Qemu-devel] [PATCH] cocoa: Avoid warning related to multiple handleEvent: definitions

2011-06-09 Thread Alexandre Raymond
Tested-by: Alexandre Raymond cerb...@gmail.com That's definitely a better patch ;-) Thanks, Alexandre On Thu, Jun 9, 2011 at 3:03 PM, Andreas Färber andreas.faer...@web.de wrote: Avoid compiler confusion as to which method signature to use for the handleEvent: selector on OSX = 10.6 by