Re: Const qualifier conversion warnings
Re: Const qualifier conversion warnings
- Subject: Re: Const qualifier conversion warnings
- From: Cameron Hayne <email@hidden>
- Date: Fri, 3 Jun 2005 21:13:45 -0400
On 3-Jun-05, at 3:22 PM, Theodore H. Smith wrote:
I know that that code is correct at least as far as constness
goes, so I'd like to be able to tell the compiler to not make my
job harder by complaining about stuff that's fine.
So what you are saying is that you want the compiler to ignore all
the 'const's.
As David Fang has already said, you can do that by #defining const to
be nothing. (-Dconst in CPPFLAGS)
--
Cameron Hayne
email@hidden
_______________________________________________
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