• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Protocol-related compilation warnings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Protocol-related compilation warnings


  • Subject: Protocol-related compilation warnings
  • From: Hamish Allan <email@hidden>
  • Date: Tue, 7 Jun 2005 17:31:02 +0100

Hi,

I'm getting the following compilation warning:

In function '-[IOIView drawRect:]':
IOIView.m:32: warning: `AubioDocument' may not respond to `- ioiDataForIOIView:'


However, in IOIView.h I am declaring:

@protocol IOIViewDataSource
- (NSData *)ioiDataForIOIView:(IOIView *)ioiView;
@end

And in AubioDocument.h (which imports IOIView.h) I have:

@interface AubioDocument : NSDocument <AudioViewDataSource, IOIViewDataSource>

Can anyone spot what I'm doing wrong? As far as I can tell I'm not doing anything different than for AudioViewDataSource, which isn't producing a warning.

Thanks,
Hamish

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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

  • Follow-Ups:
    • Re: Protocol-related compilation warnings
      • From: Cameron Hayne <email@hidden>
  • Prev by Date: Re: Rosetta : Preference Panels vs. ScreenSavers?
  • Next by Date: Re: multithreading, cocoa, pools and POSIX
  • Previous by thread: Re: multithreading, cocoa, pools and POSIX
  • Next by thread: Re: Protocol-related compilation warnings
  • Index(es):
    • Date
    • Thread