GNOME Bugzilla – Bug 723777
Non-void function should return a value
Last modified: 2014-02-11 20:21:46 UTC
Created attachment 268304 [details] [review] Fix "Non-void function should return a value" In libgda/gda-server-provider.c, function _gda_server_provider_get_impl_functions and gda_server_provider_get_impl_functions_for_class use g_return_if_fail, which should be replaced by g_return_val_if_fail.
Done, see https://git.gnome.org/browse/libgda/commit/?id=1d4b91f7b251b80f4e9137b51cbc87b8199cb6f7 Thanks for the bug report!