GNOME Bugzilla – Bug 734128
clang fails to know that g_error() never returns
Last modified: 2017-11-08 13:13:23 UTC
This is related to https://bugzilla.gnome.org/show_bug.cgi?id=700268 , commit 409a6db3492e8d5e81f5e248e9e9abe100506ff5. It causes clang to generate wrong warnings, for example int test() { g_error("end here"); } causes the warning warning: control reaches end of non-void function [-Wreturn-type]
Created attachment 282281 [details] [review] patch
Thanks for the patch, but this looks like a duplicate of bug #741901, which has since been fixed. *** This bug has been marked as a duplicate of bug 741901 ***