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 724008 - void function should not return void expression
void function should not return void expression
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.11.x
Other FreeBSD
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-02-10 08:57 UTC by Ting-Wei Lan
Modified: 2014-02-13 03:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Do not return things from a void function (533 bytes, patch)
2014-02-10 08:57 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2014-02-10 08:57:41 UTC
Created attachment 268645 [details] [review]
Do not return things from a void function

gdk_x11_window_set_theme_variant is a void function, so it should not return anything.
Comment 1 Matthias Clasen 2014-02-13 03:49:01 UTC
Attachment 268645 [details] pushed as 3e02f52 - Do not return things from a void function