error message
error message
- Subject: error message
- From: "Brian E. Howard" <email@hidden>
- Date: Sat, 19 Oct 2002 20:58:17 -0400
It's probably just late, but I can't figure out why I'm getting:
AppController.m.18: warning: control reaches end of non-void function
with this code:
@implementation AppController
- (id)init
{
if (self = [super init])
(NSArray *)resultArray = [[NSArray alloc] init];
} // this line selected by warning system!
Anyone feeling generous tonight?
Brian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.