Re: Issues with Issues In Xcode 4
Re: Issues with Issues In Xcode 4
- Subject: Re: Issues with Issues In Xcode 4
- From: Howard Rodstein <email@hidden>
- Date: Tue, 03 May 2011 12:57:10 -0700
> What you're seeing is probably "live issues" that are being generated using our new LLVM compiler. If you're using GCC for your project, there can be a slight difference between the issues reported by GCC when building, and the issues reported by the LLVM compiler when generating live issues. (The LLVM compiler doesn't attempt to be issue-for-issue compatible with GCC).
Thanks.
The problem is that the "live issues" feature apparently does not follow the the build settings. It apparently uses different default warnings and does not follow the "Other Warning Flags" setting.
The warning I am getting is emitted by GCC if you use -Wparentheses and is not emitted by default. It is emitted by live issues by default and even if you add -Wno-parentheses to "Other Warning Flags".
My project is a sample project that is used by hundreds of programmers. I think the discrepancy between issues and "live issues" will confuse them as it did me.
Howard Rodstein
WaveMetrics
_______________________________________________
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