GNOME Bugzilla – Bug 673820
[patch] Fix several build warnings about missing return value
Last modified: 2012-04-10 20:14:03 UTC
While updating the openSUSE package to 0.136, I had to fix those warnings. We have some strict checks for package building that will fail with specific gcc warnings. Note that there are many other warnings; it might be worth looking at them.
Created attachment 211699 [details] [review] Fix several build warnings about missing return value
Thanks a lot. :D