Re: receiving: "warning: ignoring #pragma mark"
Re: receiving: "warning: ignoring #pragma mark"
- Subject: Re: receiving: "warning: ignoring #pragma mark"
- From: Steve Checkoway <email@hidden>
- Date: Sun, 1 Feb 2009 02:15:47 -0800
On Jan 30, 2009, at 2:04 PM, Stuart Malin wrote:
Unfortunately, this disables a warning about *any* unknown pragma,
so now I am wondering if there might be a way to #define "pragma
mark" as a no-op...
Perhaps in the environment that supports the #pragma mark,
#define PragmaMark(mark) _Pragma( "mark " #mark )
and in the other environment
#define PragmaMark(mark)
Then use PragmaMark(--some-notation-or-other--).
--
Steve Checkoway
"Anyone who says that the solution is to educate the users
hasn't ever met an actual user." -- Bruce Schneier
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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