On Sat, 30 May 2009 20:31:36 -0400, Eric Hermanson <zmons...@mac.com>
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 (Cocoa-dev@lists.apple.com)
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to arch...@mail-archive.com