GNOME Bugzilla – Bug 723847
Non-void function should return a value
Last modified: 2014-02-07 16:06:15 UTC
Created attachment 268400 [details] [review] Fix "Non-void function should return a value" In libmediaart/cache.c, function media_art_remove uses g_return_if_fail, which should be replaced by g_return_val_if_fail.
Comment on attachment 268400 [details] [review] Fix "Non-void function should return a value" Thank you for the patch! :)
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.