13.09.2013, 06:54, "Ryosuke Niwa" <rn...@webkit.org>:
> Hm... it appears that I was wrong about this.  It appears that this is the 
> intended feature in gcc:http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28236
>
> Regardless, I don't think we should have this warning enabled. We're 
> generating some unused code everywhere :(

Actually, this warning (when not false positive) is quite dangerous - program 
is likely to crash if returned value is used when return-less branch was 
executed inside called function.

-- 
Regards,
Konstantin
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to