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 740113 - Fix compilation warning
Fix compilation warning
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2014-11-14 11:45 UTC by Marc-Andre Lureau
Modified: 2014-11-17 10:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compilation warning (1.04 KB, patch)
2014-11-14 11:45 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2014-11-14 11:45:35 UTC
data/grl-related-keys.c: In function 'grl_related_keys_get_boolean':
data/grl-related-keys.c:474:419: warning: return makes integer from
pointer without a cast [enabled by default]
   g_return_val_if_fail (GRL_IS_RELATED_KEYS (relkeys), NULL);
Comment 1 Marc-Andre Lureau 2014-11-14 11:45:38 UTC
Created attachment 290704 [details] [review]
Fix compilation warning
Comment 2 Bastien Nocera 2014-11-15 15:21:33 UTC
Review of attachment 290704 [details] [review]:

Looks good.
Comment 3 Marc-Andre Lureau 2014-11-17 10:49:31 UTC
Attachment 290704 [details] pushed as 5b865c8 - Fix compilation warning