Re: #pragma message in GCC
Re: #pragma message in GCC
- Subject: Re: #pragma message in GCC
- From: Peter Lau <email@hidden>
- Date: Thu, 15 Sep 2005 15:56:59 -0400
On 15-Sep-05, at 2:17 PM, Marshall Clow wrote:
At 12:13 PM -0400 9/15/05, Peter Lau wrote:
in the other compiler I can write:
#pragma message(blah.c need more work blah blah blah)
and it will generate that message during compilation of that
source file.
I just tired with XCode 2.1 on Tiger and I think that pragma is
simply ignored.
Have you tried?
#pragma warning "Blah Blah"
and #pragma error "Die Die Die"
works in CW but not in XCode 2.1 (gcc 4).
pete
_______________________________________________
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