GNOME Bugzilla – Bug 309785
void function returns value - breaks on Solaris
Last modified: 2005-07-11 04:22:49 UTC
Version details: 3.6.2 Distribution/Version: 10 x86 void html_painter_set_widget (HTMLPainter *painter, GtkWidget *widget) returns a value thus breaking the build on Solaris (latest x86 Forte compiler) pkgbuild: "htmlpainter.c", line 973: void function cannot return value pkgbuild: cc: acomp failed for htmlpainter.c Attached patch simply removes the 'return' keyword.
Created attachment 48821 [details] [review] Remove 'return' keyword from void function in htmlpainter.c
Looks okay. Please commit with a changelog entry in Head. Thanks.
I don't have a public SSH key set up anywhere so can you please commit the patch.
Sure, committed now. Thanks.