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 722002 - src/gtk-utils.c: non-void function should return a value
src/gtk-utils.c: non-void function should return a value
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-11 17:32 UTC by Ting-Wei Lan
Modified: 2014-01-11 18:56 UTC
See Also:
GNOME target: ---
GNOME version: 3.11/3.12



Description Ting-Wei Lan 2014-01-11 17:32:38 UTC
In src/gtk-utils.c, some non-void functions use g_return_if_fail, which should be replaced by g_return_val_if_fail.

_gtk_header_bar_create_text_button
_gtk_header_bar_create_image_button
_gtk_header_bar_create_image_toggle_button
Comment 1 Paolo Bacchilega 2014-01-11 18:56:38 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.