Re: Techniques to suppress "unused member variable" Clang warnings?
Re: Techniques to suppress "unused member variable" Clang warnings?
- Subject: Re: Techniques to suppress "unused member variable" Clang warnings?
- From: Hamish Allan <email@hidden>
- Date: Thu, 3 Feb 2011 23:05:49 +0000
On 3 February 2011 22:46, James Bucanek <email@hidden> wrote:
> I have numerous instance variables which are
> only used by categories.
If you compile using -Xclang -fobjc-nonfragile-abi2, you can declare
instance variables in class extensions and kill two birds (improve
locality of reference, remove warnings) with one stone.
H
_______________________________________________
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