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 754545 - Fix return value in draw_texture
Fix return value in draw_texture
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
git master
Other FreeBSD
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-04 03:47 UTC by Ting-Wei Lan
Modified: 2015-09-04 07:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix return value in meta-background.c (788 bytes, patch)
2015-09-04 03:48 UTC, Ting-Wei Lan
committed Details | Review

Description Ting-Wei Lan 2015-09-04 03:47:06 UTC
draw_texture has a return value, so it cannot use g_return_if_reached.
Comment 1 Ting-Wei Lan 2015-09-04 03:48:10 UTC
Created attachment 310626 [details] [review]
build: Fix return value in meta-background.c
Comment 2 Florian Müllner 2015-09-04 06:55:57 UTC
Review of attachment 310626 [details] [review]:

Yup
Comment 3 Ting-Wei Lan 2015-09-04 07:43:42 UTC
Attachment 310626 [details] pushed as 0aa4c4d - build: Fix return value in meta-background.c