On Sep 17, 2012, at 3:11 PM, Douglas Gregor wrote:

> 
> Corrected example:
> 
> interface A
> - method:(id) second:(id)second;
> @end
> 
> @implementation A
> - method:(id)first second:(id)second { }
> @end
> 
> Aside from the general "incomplete implementation" warning, this won't get 
> diagnosed by your patch because it's the @interface that has the problem, but 
> we're only diagnosing for @implementations.

Good point. I am convinced :). 
- Thanks, Fariborz

> 
>       - Doug

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to