Re: Obj-C question: protocol usage and inheritance
Re: Obj-C question: protocol usage and inheritance
- Subject: Re: Obj-C question: protocol usage and inheritance
- From: Nat! <email@hidden>
- Date: Wed, 18 Sep 2002 00:31:10 +0200
Am Mittwoch, 18.09.02 um 00:18 Uhr schrieb Nicola Pero:
"-Wno-protocol: If a class is declared to implement a protocol, a
warning
is issued for every method in the protocol that is not implemented by
the
class. The default behaviour is to issue a warning for every method
not
explicitly implemented in the class, even if a method implementation is
inherited from the superclass. If you use the -Wno-protocol option,
then
methods inherited from the superclass are considered to be implemented,
and no warning is issued for them."
If you think you don't like the default behaviour and prefer the other
one, simply use the -Wno-protocol flag to get it. :-)
That's cool. I did look in the Developer Tools documentation but i
didn't find the -Wno-protocol option. It's exactly what I want.
Ciao
Nat!
Jedenfalls sind zehn Fehlstarts hintereinander [E. Fuchs]
ein sehr interessanter Beweis
fuer unsere Theorie
von der natuerlichen Ueberlegenheit des Dezimalsystems
_______________________________________________
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.