Re: how do I suppress trigraph warning?
Re: how do I suppress trigraph warning?
- Subject: Re: how do I suppress trigraph warning?
- From: daniel <email@hidden>
- Date: Mon, 5 Jan 2004 14:41:07 -0800
I know this doesn't specifically answer your question, but I personally
got rid of those kind of warnings by changing my '????' declarations to
something like this:
OSType noCreator = 0x3f3f3f3f; // '????'
I thought it was better take the easy way out on this one :)
Daniel
On Monday, January 5, 2004, at 02:16 PM, Kevin Hoyt wrote:
I define a four char type as '????' which results in the following
warning:
trigraph ??' ignored, use -trigraphs to enable
I don't want this to be a trigraph, nor do I want to see the warning
about
it...
How can I suppress just this warning?
Kevin Hoyt
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.