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 659315 - Avoid compiler warning by using format constant
Avoid compiler warning by using format constant
Status: RESOLVED FIXED
Product: gupnp-tools
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-17 13:54 UTC by Jens Georg
Modified: 2019-02-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Avoid compiler warning by using format constant (883 bytes, patch)
2011-09-17 13:54 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2011-09-17 13:54:32 UTC
transfer.c:79:25: warning: format ‘%2llu’ expects type
‘long long unsigned int’, but argument 2 has type ‘guint64’
Comment 1 Jens Georg 2011-09-17 13:54:34 UTC
Created attachment 196803 [details] [review]
Avoid compiler warning by using format constant
Comment 2 Zeeshan Ali 2011-09-21 11:44:36 UTC
Attachment 196803 [details] pushed as e56cc0e - Avoid compiler warning by using format constant