Re: start in NSOperation
Re: start in NSOperation
- Subject: Re: start in NSOperation
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Tue, 07 Jan 2014 10:14:04 +0700
On 7 Jan 2014, at 10:03, Jens Alfke <email@hidden> wrote:
>
> On Jan 6, 2014, at 5:54 PM, Gerriet M. Denkmann <email@hidden> wrote:
>
>>> Turn on -Woverriding-method-mismatch
>>
>> How to do this in Xcode?
>
> Add it in “Additional Warning Flags” in the build settings.
Or add the line to something.xcconfig:
WARNING_CFLAGS = -Woverriding-method-mismatch (followed by other useful warning flags)
By the way: this is a particularly useful warning: just found another (potential) bug just be recompiling some projects.
Any reason why this is not ON by default?
Kind regards,
Gerriet.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden