Re: #pragma message in GCC
Re: #pragma message in GCC
- Subject: Re: #pragma message in GCC
- From: Rich Siegel <email@hidden>
- Date: Thu, 15 Sep 2005 15:59:44 -0400
On 9/15/05 at 12:13 PM, Peter Lau <email@hidden> wrote:
> Is there a way to generate messages during compilation?
We use #warning, which works nicely when you have a zero-warnings
coding policy. If you have a code base which generates lots of warnings,
you'd need to clean up the old warnings before your #warning messages
would stick out.
R.
--
Rich Siegel Bare Bones Software, Inc.
<email@hidden> <http://www.barebones.com/>
Someday I'll look back on all this and laugh... until they sedate me.
_______________________________________________
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