Re: Const qualifier conversion warnings
Re: Const qualifier conversion warnings
- Subject: Re: Const qualifier conversion warnings
- From: "Sean McBride" <email@hidden>
- Date: Fri, 3 Jun 2005 11:47:13 -0400
- Organization: Rogue Research
On 2005-06-03 14:08, Theodore H. Smith said:
>How do I disable Xcode from telling me about converting to/from
>const? I find this a really time consuming thing to fix, because
>consts generally spread throughout my code. As I make one function
>const, so it requires me to make the functions it calls consts, and
>before long I'm having to totally redesign all of my code for const
>compliance.
The gcc man page (man gcc) lists all the warning flags gcc supports.
They start with "-W".
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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