Re: turning a specific warning into an error
Re: turning a specific warning into an error
- Subject: Re: turning a specific warning into an error
- From: "Isaac Wankerl" <email@hidden>
- Date: Thu, 22 Mar 2007 13:48:26 -0500
On 3/22/07, Stefan Werner <email@hidden> wrote:
Hi,
I know there are gcc flags that can turn all warnings into errors.
However, what I'm looking for right now is something to turn a
specific warning into an error while leaving other warnings alone:
warning: cannot pass objects of non-POD type 'class MyClass' through
'...'; call will abort at runtime
Translation: "I have no idea what to do, but I'll compile it anyway."
IMHO this really should be an error and not a warning - is there any
way to get this behavior?
I asked about this once before and never got an answer. If you are
looking to fix all of the current warnings you have for this, then do
a full build after cleaning, select the Errors & Warnings group in the
project window (I'm using the default layout), then use the Search
field to filter the warnings. I don't know of a way to guard against
adding this type of code in the future by elevating it to an error.
Isaac
_______________________________________________
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