Re: always show warnings?
Re: always show warnings?
- Subject: Re: always show warnings?
- From: Jens Alfke <email@hidden>
- Date: Mon, 8 Feb 2010 09:14:00 -0800
On Feb 8, 2010, at 12:16 AM, Chunk 1978 wrote:
> currently i'm in the habit of cleaning before building so my warnings
> will always show, and i wanted to know if i could remove that step
> with changing a setting. now i know it's a known problem prior to 3.2.
I highly recommend treating warnings as errors. (There's a checkbox for that in the build settings.) There are too many types of serious issues that the compiler only treats as warnings — the most serious one is the Obj-C 'unrecognized selector' warning. If I misspell a method name, that's a guaranteed exception at runtime, so I want to fix it right away.
—Jens_______________________________________________
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