Re: XCode/xcodebuild problems...
Re: XCode/xcodebuild problems...
- Subject: Re: XCode/xcodebuild problems...
- From: Scott Tooker <email@hidden>
- Date: Tue, 10 May 2005 10:49:39 -0700
On May 10, 2005, at 9:55 AM, Dix Lorenz wrote: 2) I have a setting for additional Warnings "-Wmost" in there (I guess it's from the default project setup when I created it, maybe not). I think there should be some interface for it, especially since it affects a lot of the other warnings settings. Setting it seems to override a lot of the others and it's hard to see what warnings are actually switched on.
This is the default in Apple's templates. Any additional settings you make in the target inspector will override the defaults in -Wmost.
I still would like some kind of visual feedback what is actually set by -Wmost, especially when it's pre default in Apples templates. AFAICT it sets a lot of the warnings available in the UI but I don't know exactly which ones. So I switch those on that I want anyway. Most (hah!) are probably not necessary since they are covered by -Wmost but I can't tell and then I start thinking what good is -Wmost good for.
Actually in the most recent version of the templates (I thought I did this for 2.0, but it may have been done afterwards) we don't set -Wmost anymore, instead we set the individual warning flags. We do this because there is no clear mapping between -Wmost and the individual warning flags that get turned on or off.
I'd recommend not using the "composite" warning flags like -Wmost and instead set the specific warning flags. If you find that a warning flag you are using is not exposed in the build settings UI, please file a bug.
Scott
|
_______________________________________________
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