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 702244 - Fix format string warning
Fix format string warning
Status: RESOLVED FIXED
Product: gnome-bluetooth
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-bluetooth-general-maint@gnome.bugs
gnome-bluetooth-general-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-06-14 11:04 UTC by Iain Lane
Modified: 2013-06-14 11:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix format warning (1.18 KB, patch)
2013-06-14 11:04 UTC, Iain Lane
committed Details | Review

Description Iain Lane 2013-06-14 11:04:41 UTC
XID has type unsigned long. When building with -Werror=format= this causes a
build failure.
Comment 1 Iain Lane 2013-06-14 11:04:42 UTC
Created attachment 246793 [details] [review]
Fix format warning

XID has type unsigned long; use correct format string.
Comment 2 Iain Lane 2013-06-14 11:43:11 UTC
cherry-pick to gnome-3-8 too please, if you could