Re: turning off error warning in XCode
Re: turning off error warning in XCode
- Subject: Re: turning off error warning in XCode
- From: Robert Cerny <email@hidden>
- Date: Mon, 22 Mar 2004 18:40:42 +0100
Hi,
I just didn't want to change the source.
Robert
On 22.3.2004, at 18:07, Markus Hitter wrote:
Am 22.03.2004 um 16:10 schrieb Robert Cerny:
Yeah,
I know what the problem is, but M$ compiler has an option to turn this
kind of error off.
This makes you feel you should duplicate such bugs? *augenverdreh*
Try
#undef TAG
#define TAG(a,b,...)
This will accept
TAG(1, 2) as well as TAG(1, 2, 3)
Have fun,
Markus
On 22.3.2004, at 13:57, Allan Odgaard wrote:
On 22. Mar 2004, at 9:55, Robert Cerny wrote:
Tags.cpp:25: macro "TAG" requires 3 arguments, but only 2 given
Could anyone help?
Sounds like one place you do this:
#define TAG(x, y, z) ...
And then another place write:
... TAG(foo, bar) ...
_______________________________________________
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.
[demime 0.98b removed an attachment of type
application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
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.