If you're overriding a class completely, then it strikes me that
you shouldn't be a subclass of that class.
What if you are just a subclass of NSObject and use poseAs: to
"override" the other class?
A good idea, but in this case I need instance variables, so I piggy-
back on existing ivars in the class I'm overriding. I know I'm
stepping in unsupported territory here, but the original question was
just about the warning and how to turn it off (as every other warning
has a -Wno- equivalent in gcc), and I've already answered that
myself, but thanks anyway.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden