• 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
Re: deprecated conversion from string constant to 'char*'
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deprecated conversion from string constant to 'char*'


  • Subject: Re: deprecated conversion from string constant to 'char*'
  • From: Jens Alfke <email@hidden>
  • Date: Thu, 02 May 2013 09:55:30 -0700


On May 2, 2013, at 9:39 AM, Sean McBride <email@hidden> wrote:

Xcode doesn't have checkboxes for every warning, you sometimes have to add extra warning flags in the 'other c flags' setting.  If you're using clang, I'm a fan of specifying "-Weverything" (which is literrally everything, and too much), and then disabling warnings you don't want by appending, for example, -Wno-foobar.

I'm a bit less aggressive, I just add "-Wall", which is less pedantic than "everything" mode but seems to include pretty much all the warnings I need.

I've always wondered why there isn't a checkbox for this in the build settings...

—Jens
 _______________________________________________
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: deprecated conversion from string constant to 'char*'
      • From: Gerd Knops <email@hidden>
References: 
 >Re: deprecated conversion from string constant to 'char*' (From: Sean McBride <email@hidden>)

  • Prev by Date: Re: deprecated conversion from string constant to 'char*'
  • Next by Date: Re: deprecated conversion from string constant to 'char*'
  • Previous by thread: Re: deprecated conversion from string constant to 'char*'
  • Next by thread: Re: deprecated conversion from string constant to 'char*'
  • Index(es):
    • Date
    • Thread