Re: Prevent Xcode from running the Static Analyzer?
Re: Prevent Xcode from running the Static Analyzer?
- Subject: Re: Prevent Xcode from running the Static Analyzer?
- From: Jeff Kelley <email@hidden>
- Date: Mon, 25 Oct 2010 13:51:13 -0400
The latter—the code is the Lua project source code. We build it as a library and link it in.
Annotations would help, sure, but the goal is to not alter the Lua source files, so I was hoping for some esoteric Xcode build setting.
On Oct 25, 2010, at 12:58 PM, David Dunham wrote: On 25 Oct 2010, at 08:47, Jeff Kelley wrote: Is it possible to prevent the static analyzer from running on part of
a project? We have some external code (Lua, to be precise) in an iOS
project, imported as a dependent Xcode project. Is there a setting to
prevent Xcode from analyzing the code in that project, so as to
prevent the display of those messages?
Are you saying that your code is written in Lua, or it *is* Lua? (I used to build Lua as a static library using a dependent project.) Would annotations help? http://clang-analyzer.llvm.org/annotations.htmlDavid Dunham Mobile: +1 206 769 2227 http://www.pensee.com/dunham/Imagination is more important than knowledge. -- Albert Einstein
|
_______________________________________________
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