Re: unused parameters
Re: unused parameters
- Subject: Re: unused parameters
- From: David Remahl <email@hidden>
- Date: Sat, 27 Sep 2003 22:42:32 +0200
GCC supports the same pragma:
#pragma unused( var )
/ Rgds, David
On 27 sep 2003, at 22.36, Danny Swarzman wrote:
Does anyone know how to surpress warnings about unused parameters.
CodeWarrior has a #pragma for this.
I haven't found anything about this in the docs.
-Danny
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.