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 655723 - egl-gdl: Silence a gcc warning
egl-gdl: Silence a gcc warning
Status: RESOLVED FIXED
Product: cogl
Classification: Platform
Component: EGL
unspecified
Other All
: Normal normal
: ---
Assigned To: Cogl maintainer(s)
Cogl maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2011-08-01 14:48 UTC by Damien Lespiau
Modified: 2011-08-01 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
egl-gdl: Silence a gcc warning (1.39 KB, patch)
2011-08-01 14:48 UTC, Damien Lespiau
none Details | Review

Description Damien Lespiau 2011-08-01 14:48:06 UTC
gcc warns us that we should put some {} to make to which 'if's the
'else' belongs to very clear.
Comment 1 Damien Lespiau 2011-08-01 14:48:08 UTC
Created attachment 192985 [details] [review]
egl-gdl: Silence a gcc warning
Comment 2 Neil Roberts 2011-08-01 15:42:01 UTC
Pushed as 89426a802f4ee68e137268b0484690b9e2a895b8. Thanks.