Re: deprecated conversion from string constant to 'char*'
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