Const qualifier conversion warnings
Const qualifier conversion warnings
- Subject: Const qualifier conversion warnings
- From: "Theodore H. Smith" <email@hidden>
- Date: Fri, 3 Jun 2005 14:08:10 +0100
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.
It's much easier to just not have anything as const, even if it
really is a const. I've been developnig software in C for many years
now, and I've never had a problem with me calling a function that
overwrites stuff that it shouldn't because the data should have been
const...
So how do I disable this warning?
--
http://elfdata.com/plugin/ Industrial strength string processing,
made easy.
"All things are logical. Putting free-will in the slot for premises in
a logical system, makes all of life both understandable, and free."
_______________________________________________
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