clang: no warning when failing to return a value
clang: no warning when failing to return a value
- Subject: clang: no warning when failing to return a value
- From: Rick Mann <email@hidden>
- Date: Wed, 2 Sep 2009 17:23:04 -0700
I implemented this:
- (BOOL)
control: (NSControl*) inControl
textView:(NSTextView*) inTextView
doCommandBySelector: (SEL) inCommand
{
NSLog(@"FooSEL %s", sel_getName(inCommand));
}
And realized that clang is not warning me that I failed to return a
value. Shouldn't it?
--
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden