Re: I don't always see warnings listed
Re: I don't always see warnings listed
- Subject: Re: I don't always see warnings listed
- From: Chris Espinosa <email@hidden>
- Date: Wed, 1 Jun 2005 09:38:37 -0700
On Jun 1, 2005, at 6:52 AM, Theodore H. Smith wrote: Sometimes I build my project, but not all the warnings are listed in the warnings pane.
When these are warnings like "someObject may not respond to -SomeMessage", this is quite bad, because it's letting real errors be undetected.
How do I make Xcode never ignore warnings?
What you may be seeing is that files with only warnings (and no errors) are not rebuilt on an incremental build, so the warnings are not regenerated in the Build Results window.
For this case we preserve unresolved warnings in the Errors and Warnings Smartgroup in the Groups and Files pane. Select it and you'll see all unresolved warnings, even those in files that compiled "successfully" and do not need to be rebuilt.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden