Hi Sebastian, If you put a breakpoint on objc_selector_type_mismatch, you will enter the debugger whenever this is warning will be printed.
On 28 Jan 2012, at 13:17, Sebastian Reitenbach wrote: > Method has v12@0:4@8, selector has @12@0:4@8 This looks potentially dangerous. The caller is expecting the method to return an object, but the method is a standard IBAction (i.e. returning void). If the caller does anything with the return value, then it will likely crash... David -- Sent from my Difference Engine _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
