Re: Compiler Warning - unknown Method
Re: Compiler Warning - unknown Method
- Subject: Re: Compiler Warning - unknown Method
- From: Will Mason <email@hidden>
- Date: Thu, 25 Aug 2005 11:04:49 -0700 (PDT)
> How can I suppress > warning - no '-dumb' function found < ?
> Is there a way to disable a _specific_ warning in gcc? (not all
> warnings)
>
> (I know from other compilers than gcc a compiler-pragma like "#pragma
>
> nowarn:4532" e.g.)
You can try -Wno-implicit-function-declaration. I, too, have lamented
the absence of numbered errors and warnings and a way to control them
by number in gcc.
Take care,
Will
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden