Re: Compiler warnings
Re: Compiler warnings
- Subject: Re: Compiler warnings
- From: Markus Hitter <email@hidden>
- Date: Mon, 1 Aug 2005 22:01:51 +0200
Am 01.08.2005 um 19:50 schrieb email@hidden:
I imported a CodeWarrior project into XCode and I'm getting about 1500
warnings about moving floats to ints or ints to floats and doing
math with floats
and integers. I suppose I could cast them all but I would rather
just turn off
the warning.
That's a FAQ. The FGA (frequently given answer):
If you don't mind about code quality:
http://developer.apple.com/documentation/DeveloperTools/Conceptual/
MovingProjectsToXcode/MovingProjectsToXcode.pdf , page 27, bottom two
paragraphs.
Additionally, you might want to watch out for the -Wall or -Wmost
flag set elsewhere ("All settings").
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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