Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.7.3
-
None
-
OSX 10.7 or 10.6 with llvm-gcc
Description
qcocoasharedwindowmethods_mac_p.h calls [super ...], in situations where the superclass (NSObject) does not respond to the selector. On previous versions of GCC, this was just a warning and it worked because this code was never hit.
However llvm-gcc is more picky and pulls it out as a type error. Linked is a merge request for a patch which replaces calls to super with returns of the proper error codes for the methods (from the Apple documentation).
https://qt.gitorious.org/qt/qt/merge_requests/1304
Let me know if I can do anything to help get this included. Thanks!