• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: #pragma message in GCC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: #pragma message in GCC
      • From: Markus Hitter <email@hidden>
    • Re: #pragma message in GCC
      • From: Dix Lorenz <email@hidden>
References: 
 >Re: #pragma message in GCC (From: Bryan Pietrzak <email@hidden>)

  • Prev by Date: Re: Arguments are not being passed correctly -- Please help
  • Next by Date: Re: #pragma message in GCC
  • Previous by thread: Re: #pragma message in GCC
  • Next by thread: Re: #pragma message in GCC
  • Index(es):
    • Date
    • Thread