• 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
warning: return makes pointer from integer without cast
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

warning: return makes pointer from integer without cast


  • Subject: warning: return makes pointer from integer without cast
  • From: Steven Hamilton <email@hidden>
  • Date: Tue, 10 Jun 2008 22:32:56 +1000

Hi folks, newbie here.

A quickie query on a warning.

Both returns in the following code give a 'warning: return makes pointer from integer without cast'

- (id)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem: (id)item
{
if (!item) {
return [outlineTree count];
}
return [[outlineTree objectForKey:item] count];


I can't work out why. "count" returns an integer which I should be able to return or does the return only send back a pointer to the integer of which I should be casting earlier on?
_______________________________________________


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


  • Follow-Ups:
    • Re: warning: return makes pointer from integer without cast
      • From: Jason Coco <email@hidden>
    • Re: warning: return makes pointer from integer without cast
      • From: "Jonathan del Strother" <email@hidden>
    • Re: warning: return makes pointer from integer without cast
      • From: John Pannell <email@hidden>
  • Prev by Date: checking application is document based application or not
  • Next by Date: Re: warning: return makes pointer from integer without cast
  • Previous by thread: Re: checking application is document based application or not
  • Next by thread: Re: warning: return makes pointer from integer without cast
  • Index(es):
    • Date
    • Thread