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 769800 - cogl: Fix a few GISCAN warnings
cogl: Fix a few GISCAN warnings
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-12 14:14 UTC by Jonas Ådahl
Modified: 2016-08-18 03:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
cogl: Fix a few GISCAN warnings (2.37 KB, patch)
2016-08-12 14:14 UTC, Jonas Ådahl
committed Details | Review

Description Jonas Ådahl 2016-08-12 14:14:48 UTC
This makes my current compiler warnings I get when building mutter go away.
Comment 1 Jonas Ådahl 2016-08-12 14:14:54 UTC
Created attachment 333181 [details] [review]
cogl: Fix a few GISCAN warnings

We tried to resolve non-introspected types; lets skip those. We didn't
have a vfunc scope on a for-each loop; declared it synchronous.
Comment 2 Rui Matos 2016-08-17 14:48:07 UTC
Review of attachment 333181 [details] [review]:

looks fine
Comment 3 Jonas Ådahl 2016-08-18 03:36:33 UTC
Attachment 333181 [details] pushed as c55943d - cogl: Fix a few GISCAN warnings