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 762773 - return_if_fail used in non-void functions
return_if_fail used in non-void functions
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-27 14:33 UTC by Thomas Andersen
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use return_val_if_fail (2.05 KB, patch)
2016-02-27 14:33 UTC, Thomas Andersen
committed Details | Review

Description Thomas Andersen 2016-02-27 14:33:36 UTC
Created attachment 322527 [details] [review]
use return_val_if_fail

I happened to notice a few cases where return_if_fail was used non-void functions. The patch replaces these with return_val_if_fail
Comment 1 Zeeshan Ali 2016-03-09 19:13:35 UTC
Thanks so much for the patch, pushed with some minor changes to git log.