Re: Sending a build message less severe then #warning
Re: Sending a build message less severe then #warning
- Subject: Re: Sending a build message less severe then #warning
- From: Alex Curylo <email@hidden>
- Date: Mon, 25 May 2009 09:40:19 -0700
On 25-May-09, at 9:19 AM, email@hidden wrote:
Is there a way to send a build message less severe then #warning to
the build panel in such a way that it:
(1) appears in the build output panel (the clickable part) and
(2) does not trip the compiler when I have set
GCC_TREAT_WARNINGS_AS_ERRORS = YES
Well, apparently #pragma message finally got accepted into gcc
http://gcc.gnu.org/onlinedocs/gcc/Diagnostic-Pragmas.html#Diagnostic-Pragmas
but it seems that happened after the 4.0.1 my Xcode is using, I'm
guessing it would have been at rev 138206 as discussed in this thread.
http://gcc.gnu.org/ml/gcc-patches/2008-07/msg02169.html
You could always hunt down the appropriate Apple gcc sources and patch
your own if you *really* want this *right* *now*, I suppose.
--
Alex Curylo -- email@hidden -- http://www.alexcurylo.com/
"Going out with Al is like watching a car wreck."
-- Heather Stewart
_______________________________________________
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