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: James Bucanek <email@hidden>
- Date: Thu, 3 Feb 2011 15:49:39 -0700
James Bucanek <mailto:email@hidden> wrote (Thursday, February 3, 2011 3:46 PM -0700):
> #if __clang_analyzer__ / #endif
My bad. That's supposed to be
#ifndef __clang_analyzer__
...
#endif
James Bucanek
____________________________________________________________________
Author of Professional Xcode 3 ISBN: 9780470525227
<http://www.proxcode3.com/>
and Learn Objective-C for Java Developers ISBN: 9781430223696
<http://objectivec4java.com/>
_______________________________________________
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