mapping warning messages to build settings?
mapping warning messages to build settings?
- Subject: mapping warning messages to build settings?
- From: Steve Christensen <email@hidden>
- Date: Sun, 17 Sep 2006 22:24:25 -0700
Does some documentation exist someplace that maps a warning message
seen in Xcode into the corresponding warning setting checkbox in the
build settings or some other gcc flag I can use to turn specific
warnings on/off? It seems like that would be really helpful versus
trying to search for just the right term that will yield up an answer.
For my current situation I just inherited some code and an Xcode
project, and when I build it, I get a ton of warnings of the form:
warning: argument to 'long int' from 'float'
warning: assignment to 'long int' from 'float'
warning: passing 'float' for argument 1 of 'void foo(long int, ...)
Nothing intuitively leapt out at me when scrolling through the build
settings so I figured I'd ask. This seems like a relatively popular
type of warning to either turn on and clean up code or turn off and
ignore. Right now I'm leaning toward the latter. :-)
steve
_______________________________________________
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