Re: #pragma message in GCC
Re: #pragma message in GCC
- Subject: Re: #pragma message in GCC
- From: Markian Hlynka <email@hidden>
- Date: Wed, 5 Oct 2005 15:48:18 -0600
On Oct 5, 2005, at 14:27, Bryan Pietrzak wrote: 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>
codewarrior used to support
#pragma once
which was a lot cleaner than #ifndef MYGOOFYSYMBOL #define MYGOOFYSYMBOL
#endif //which I'm going to forget or misplace!
<sigh> indeed.
|
_______________________________________________
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