After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165450 - control reaches end of non-void function
control reaches end of non-void function
Status: RESOLVED FIXED
Product: GGV
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Jaka Mocnik
Jaka Mocnik
Depends on:
Blocks: 165420
 
 
Reported: 2005-01-27 21:17 UTC by Chris Lahey
Modified: 2005-02-02 18:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix (540 bytes, patch)
2005-01-27 21:18 UTC, Chris Lahey
none Details | Review

Description Chris Lahey 2005-01-27 21:17:23 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.
Comment 1 Chris Lahey 2005-01-27 21:18:09 UTC
Created attachment 36616 [details] [review]
Proposed fix
Comment 2 Jaka Mocnik 2005-02-02 18:12:44 UTC
done.