Skip navigation.
 
mlRe: compiler warning for not fully implementing protocol
FROM : Adam R. Maxwell
DATE : Fri Aug 01 15:47:37 2008

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

Related mailsAuthorDate
mlcompiler warning for not fully implementing protocol Mark Sanvitale Jul 31, 20:36
mlRe: compiler warning for not fully implementing protocol Bill Bumgarner Jul 31, 22:13
mlRe: compiler warning for not fully implementing protocol Mark Sanvitale Aug 1, 01:14
mlRe: compiler warning for not fully implementing protocol Kyle Sluder Aug 1, 04:04
mlRe: compiler warning for not fully implementing protocol Adam R. Maxwell Aug 1, 05:13
mlRe: compiler warning for not fully implementing protocol Mark Sanvitale Aug 1, 12:53
mlRe: compiler warning for not fully implementing protocol Adam R. Maxwell Aug 1, 15:47