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 778581 - gdbus-codegen: Fix -Wconversion warning
gdbus-codegen: Fix -Wconversion warning
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gdbus
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-02-14 02:54 UTC by Patrick Griffis (tingping)
Modified: 2017-02-14 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gdbus-codegen: Fix -Wconversion warning (1.71 KB, patch)
2017-02-14 02:54 UTC, Patrick Griffis (tingping)
committed Details | Review

Description Patrick Griffis (tingping) 2017-02-14 02:54:43 UTC
Created attachment 345694 [details] [review]
gdbus-codegen: Fix -Wconversion warning

`g_variant_n_children()` returns a `gsize` so this would get warnings for shoving it in a `guint`.
Comment 1 Philip Withnall 2017-02-14 08:58:17 UTC
Review of attachment 345694 [details] [review]:

Looks good.
Comment 2 Patrick Griffis (tingping) 2017-02-14 19:07:07 UTC
Attachment 345694 [details] pushed as 79c0825 - gdbus-codegen: Fix -Wconversion warning