Re: #pragma message in GCC
Re: #pragma message in GCC
- Subject: Re: #pragma message in GCC
- From: Bryan Pietrzak <email@hidden>
- Date: Wed, 5 Oct 2005 15:27:53 -0500
On Sep 15, 2005, at 4:29 PM, Peter Lau wrote:
On Sep 15, 2005, at 4:34 PM, Chris Espinosa wrote:
Pragmas by their very nature are outside of the standard and
compiler-specific. The only compiler I can find that supports
#pragma message is the DEC compiler.
Indeed true for #pragma in C...
DEC as the Digital Equipment? The company that made VAX and
Ultrix (sp?)
#pragma message() is available on CW and VC...
I'd *MUCH* rather user #pragma message to display messages during
builds.
#warning is for warnings, not messages
#error is for errors, not warnings or messages
To me the all three have their place and value. I miss #pragma
message <sigh>
Bryan
_______________________________________________
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