• 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
Re: Mysterious warning (initialization from distinct Objective-C type)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mysterious warning (initialization from distinct Objective-C type)


  • Subject: Re: Mysterious warning (initialization from distinct Objective-C type)
  • From: Mason Mark <email@hidden>
  • Date: Thu, 22 Sep 2005 11:54:38 +0900

On Sep 22, 2005, at 2:14 AM, Shaun Wexler wrote:

On Sep 20, 2005, at 10:35 PM, Mason Mark wrote:


I am chiming in here to keep Dan's thread alive, since there seems to be no answer yet, and add a couple of data points.

FSColoredView *v = [self mainView]; // returns an id: -(id) mainView;

The line of code above generates the warning. I am not building a universal binary.

I started getting this warning after upgrading to GCC 4.0.1.


What happens when you cast it?

FSColoredView *v = (FSColoredView *)[self mainView];


For completeness: yeah, that does suppress the warning as you'd expect... such casting isn't something I want to litter my code with, but I guess it helps define the scope of the bug...

Cheers,
--
Mason Mark
Five Speed Software, Inc.

_______________________________________________
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


References: 
 >Mysterious warning: (From: Dan Wood <email@hidden>)
 >Re: Mysterious warning (initialization from distinct Objective-C type) (From: Mason Mark <email@hidden>)
 >Re: Mysterious warning (initialization from distinct Objective-C type) (From: Shaun Wexler <email@hidden>)

  • Prev by Date: Re: COCOa Complete reference
  • Next by Date: Re: COCOa Complete reference
  • Previous by thread: Re: Mysterious warning (initialization from distinct Objective-C type)
  • Next by thread: Re: Mysterious warning (initialization from distinct Objective-C type)
  • Index(es):
    • Date
    • Thread