Re: compiler warning for not fully implementing protocol
Re: compiler warning for not fully implementing protocol
- Subject: Re: compiler warning for not fully implementing protocol
- From: "Adam R. Maxwell" <email@hidden>
- Date: Fri, 01 Aug 2008 06:47:37 -0700
On Aug 1, 2008, at 3:53 AM, Mark Sanvitale wrote:
I copied your code from Mail and pasted it into a text file.
[ip193:~/Desktop] mas% cc test.m -framework Foundation -o test
test.m:33: warning: incomplete implementation of class
'PortalActionView'
test.m:33: warning: method definition for '-displayCapture' not found
test.m:33: warning: class 'PortalActionView' does not fully
implement the 'ReadArchiveClient' protocol
[...]
Of course, perhaps these warnings are not actually being output on
other systems. I am running 10.4.11, 'cc --version':
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
5370).
I don't see the warnings, so that might be it; I'm on 10.5.4, with a
slightly newer gcc: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple
Inc. build 5488).
--
Adam
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden