GNOME Bugzilla – Bug 722335
non-void function should return a value
Last modified: 2014-03-20 07:50:43 UTC
Created attachment 266464 [details] [review] Simple patch file In tests/lib/test-case-helper.c, the function folks_test_case_add_test_helper uses g_return_if_fail, which should be replaced by g_return_val_if_val.
Good catch, thanks for the patch! Pushed to master.
*** Bug 726499 has been marked as a duplicate of this bug. ***