GNOME Bugzilla – Bug 676619
D-Conf should not return a value from a void function
Last modified: 2012-07-15 15:54:45 UTC
Created attachment 214728 [details] [review] patch fixing issue The do_sync function in tests/gsettings.c returns a value from a void function. This makes it not compile with the Sun Studio compiler. Can this be fixed. I provide a patch.
Review of attachment 214728 [details] [review]: obviously correct
Created attachment 218857 [details] [review] Don't return a value from a void function
Attachment 218857 [details] pushed as cdf709d - Don't return a value from a void function