Re: not-used-in-precomps
Re: not-used-in-precomps
- Subject: Re: not-used-in-precomps
- From: Fritz Anderson <email@hidden>
- Date: Mon, 13 Jun 2005 16:33:03 -0500
On 13 Jun 2005, at 3:21 PM, David Ewing wrote:
It does look like you understand how it's supposed to work. One
important thing to note is that there are system headers that use
the preprocessor symbol named "DEBUG". So that's one definition
that you can't add to
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS. The compiler is
being smart about such things and trying to protect you from making
a mistake (whether you want its protection or not).
Yes, I see now... when I use the symbol SIX_DEBUG instead of DEBUG,
the feature works as expected. The message "Linear_Prefix.pch.gch:
not used because `DEBUG' is defined" means DEBUG was _already_
defined. The warning was (a) ambiguous; (b) invisible by default.
Thanks.
-- F
_______________________________________________
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