• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Const qualifier conversion warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Const qualifier conversion warnings
      • From: Keith Ray <email@hidden>
    • Re: Const qualifier conversion warnings
      • From: Bryan Pietrzak <email@hidden>
    • Re: Const qualifier conversion warnings
      • From: "Sean McBride" <email@hidden>
  • Prev by Date: Re: Header paths
  • Next by Date: Missing docs after May 2005 ADC Reference Library
  • Previous by thread: NSTask and the debugger?
  • Next by thread: Re: Const qualifier conversion warnings
  • Index(es):
    • Date
    • Thread