In the function header of 'CustomApplicationMain', the types of 'argc' and 'argv' are not declared so gcc expects them to be int, which is of course wrong for 'argv'. We can safely remove these parameters since they are not used in the function, and are globally available in 'gArgc' and 'gArgv' anyway.

Regards,
Jo.

--
Joachim Henke
http://he-jo.net/

Attachment: cocoa-fix-1.diff
Description: Binary data

_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to