diff options
| author | Andreas Färber <andreas.faerber@web.de> | 2011-06-09 20:53:32 +0200 |
|---|---|---|
| committer | Andreas Färber <andreas.faerber@web.de> | 2011-06-14 03:08:58 +0200 |
| commit | 7fee199cf9704587d4ed9eb23044970f2206debc (patch) | |
| tree | c71967209e24ef7e0a75f81197d71181b49e27c4 /hw/apb_pci.c | |
| parent | e949467ba6e9829be0a2fc7ec27ec544d7bd3a29 (diff) | |
| download | focaccia-qemu-7fee199cf9704587d4ed9eb23044970f2206debc.tar.gz focaccia-qemu-7fee199cf9704587d4ed9eb23044970f2206debc.zip | |
cocoa: Avoid warning related to multiple handleEvent: definitions
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’: ui/cocoa.m:997: warning: multiple methods named ‘-handleEvent:’ found /System/Library/Frameworks/AppKit.framework/Headers/NSTextInputContext.h:84: warning: using ‘-(BOOL)handleEvent:(NSEvent *)theEvent’ ui/cocoa.m:272: warning: also found ‘-(void)handleEvent:(NSEvent *)event’ ----8<--- Reported-by: Alexandre Raymond <cerbere@gmail.com> Signed-off-by: Andreas Färber <andreas.faerber@web.de> Tested-by: Alexandre Raymond <cerbere@gmail.com>
Diffstat (limited to 'hw/apb_pci.c')
0 files changed, 0 insertions, 0 deletions