Re: Showing more warnings possible in Xcode?
Re: Showing more warnings possible in Xcode?
- Subject: Re: Showing more warnings possible in Xcode?
- From: George Warner <email@hidden>
- Date: Sat, 30 May 2009 21:07:21 -0700
On Sat, 30 May 2009 20:31:36 -0400, Eric Hermanson <email@hidden>
wrote:
> Thanks for that list.
> Regarding your choice of
> GCC_WARN_UNUSED_PARAMETER = YES
> How do you get around the fact that you often get warnings for
> delegate methods you are forced to implement where you don't ever use
> given parameter(s)? Do you use a "#pragma GCC diagnostic
ignored ..."
> to skip that warning for the given file, or do you reference all
> parameters in some bogus way to avoid the warning, or...?
#pragma unused (param1, param2)
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientist
Apple Developer Technical Support (DTS)
_______________________________________________
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