Re: [Qemu-devel] [PATCH 4/6] Fix missing prototype under cocoa for qemu_main

2011-05-29 Thread Andreas Färber
Am 27.05.2011 um 19:22 schrieb Alexandre Raymond: The following error message was encountered when compiling with cocoa support because qemu_main did not have a prototype. -8- qemu/vl.c:2037: warning: no previous prototype for ‘qemu_main’ -8- Add its prototype in the COCOA

[Qemu-devel] [PATCH 4/6] Fix missing prototype under cocoa for qemu_main

2011-05-27 Thread Alexandre Raymond
The following error message was encountered when compiling with cocoa support because qemu_main did not have a prototype. -8- qemu/vl.c:2037: warning: no previous prototype for ‘qemu_main’ -8- Add its prototype in the COCOA ifdef, similar to what is done for SDL. Signed-off-by: