On 26.07.2010, at 23:57, Dimitry Andric wrote:

> Mark __builtin_eh_return as noreturn.  This is because currently the
> following simple fragment:
> 
> int f(long offset, void *handler)
> {
>       __builtin_eh_return(offset, handler);
> }
> 
> produces "warning: control reaches end of non-void function
> [-Wreturn-type]".

Thanks, applied (r109452)
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to