GNOME Bugzilla – Bug 165450
control reaches end of non-void function
Last modified: 2005-02-02 18:12:44 UTC
This is the compile error received because ggv_add_open_button in ggv-window.c doesn't have a return type defined. The default is thus int, but it doesn't return anything.
Created attachment 36616 [details] [review] Proposed fix
done.